Html Css Color HEX #C16BFF Heliotrope

📋 copy color: '#C16BFF'

red 193 ◦ green 107 ◦ blue 255

#C16BFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C16BFF

Tints of Heliotrope #C16BFF

RGB

 RED value IS 193 (75.78% from 255) = 34.77%

 GREEN value IS 107 (42.19% from 255) = 19.28%

 BLUE value IS 255 (100% from 255) = 45.95%

R = 34.77%
G = 19.28%
B = 45.95%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C16BFF (or 0xC16BFF) is known color: Heliotrope. HEX triplet: C1, 6B and FF. RGB value is (193,107,255). Sum of RGB (Red+Green+Blue) = 193+107+255=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #C16BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16BFF is #3E9400. Grayscale: #959595. Windows color (decimal): -4101121 or 16739265. OLE color: 16739265.

HSL color Cylindrical-coordinate representation of color #C16BFF: hue angle of 274.86º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C16BFF is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 107 255 -
CMYK 0.24 0.58 0 0
HSL 274.86º 1% 0.71% -
HSV(B) 274.86º 0.58% 1% -
XYZ 45.3 29.07 97.83 -
YUV 149.59 187.49 158.97 -
System Red Green Blue C M Y K H S L
Decimal 193 107 255 0.24 0.58 0 0 274.86 1 0.71
Hex C1 6B FF 18 3A 0 0 113 64 47
Octal 301 153 377 30 72 0 0 423 144 107
Binary 11000001 1101011 11111111 11000 111010 0 0 100010011 1100100 1000111

Color Harmonies of #C16BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16BFF

Black with #C16BFF

Text Example


Text Example

White with #C16BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16BFF; }

 p { color: rgb(193,107,255); }

 H1.HeaderClassName
 {
   color: #C16BFF;
 }
 .AnyTagClassName
 {
   color: #C16BFF;
 }
</style>

background-color css

<style>
 a { background-color: #C16BFF; }

 a { background-color: rgb(193,107,255); }

 div.DivClassName
 {
   background-color: #C16BFF;
 }
 .BgClassName
 {
   background-color: #C16BFF;
 }
</style>

border-color css

<style>
 span { border-color: #C16BFF; }

 span { border-color: rgb(193,107,255); }

 td.TdClassName
 {
   border-color: #C16BFF;
 }
 .TagClassName
 {
   border-color: #C16BFF;
 }
</style>