Html Css Color HEX #C86EEB Heliotrope

📋 copy color: '#C86EEB'

red 200 ◦ green 110 ◦ blue 235

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

Shades of Heliotrope #C86EEB

Tints of Heliotrope #C86EEB

RGB

 RED value IS 200 (78.52% from 255) = 36.7%

 GREEN value IS 110 (43.36% from 255) = 20.18%

 BLUE value IS 235 (92.19% from 255) = 43.12%

R = 36.7%
G = 20.18%
B = 43.12%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C86EEB (or 0xC86EEB) is known color: Heliotrope. HEX triplet: C8, 6E and EB. RGB value is (200,110,235). Sum of RGB (Red+Green+Blue) = 200+110+235=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #C86EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86EEB is #379114. Grayscale: #969696. Windows color (decimal): -3641621 or 15429320. OLE color: 15429320.

HSL color Cylindrical-coordinate representation of color #C86EEB: hue angle of 283.2º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C86EEB is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 110 235 -
CMYK 0.15 0.53 0 0.08
HSL 283.2º 0.76% 0.68% -
HSV(B) 283.2º 0.53% 0.92% -
XYZ 44.39 29.43 81.94 -
YUV 151.16 175.32 162.84 -
System Red Green Blue C M Y K H S L
Decimal 200 110 235 0.15 0.53 0 0.08 283.2 0.76 0.68
Hex C8 6E EB F 35 0 8 11B 4C 44
Octal 310 156 353 17 65 0 10 433 114 104
Binary 11001000 1101110 11101011 1111 110101 0 1000 100011011 1001100 1000100

Color Harmonies of #C86EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86EEB

Black with #C86EEB

Text Example


Text Example

White with #C86EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86EEB; }

 p { color: rgb(200,110,235); }

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

background-color css

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

 a { background-color: rgb(200,110,235); }

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

border-color css

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

 span { border-color: rgb(200,110,235); }

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