Html Css Color HEX #C86BEB Heliotrope

📋 copy color: '#C86BEB'

red 200 ◦ green 107 ◦ blue 235

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

Shades of Heliotrope #C86BEB

Tints of Heliotrope #C86BEB

RGB

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

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

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

R = 36.9%
G = 19.74%
B = 43.36%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C86BEB (or 0xC86BEB) is known color: Heliotrope. HEX triplet: C8, 6B and EB. RGB value is (200,107,235). Sum of RGB (Red+Green+Blue) = 200+107+235=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #C86BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86BEB is #379414. Grayscale: #949494. Windows color (decimal): -3642389 or 15428552. OLE color: 15428552.

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

Color convert

RGB 200 107 235 -
CMYK 0.15 0.54 0 0.08
HSL 283.59º 0.76% 0.67% -
HSV(B) 283.59º 0.54% 0.92% -
XYZ 44.07 28.79 81.83 -
YUV 149.4 176.31 164.09 -
System Red Green Blue C M Y K H S L
Decimal 200 107 235 0.15 0.54 0 0.08 283.59 0.76 0.67
Hex C8 6B EB F 36 0 8 11C 4C 43
Octal 310 153 353 17 66 0 10 434 114 103
Binary 11001000 1101011 11101011 1111 110110 0 1000 100011100 1001100 1000011

Color Harmonies of #C86BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86BEB

Black with #C86BEB

Text Example


Text Example

White with #C86BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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