Html Css Color HEX #C86CEB Heliotrope

📋 copy color: '#C86CEB'

red 200 ◦ green 108 ◦ blue 235

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

Shades of Heliotrope #C86CEB

Tints of Heliotrope #C86CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.89%

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

R = 36.83%
G = 19.89%
B = 43.28%

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

#C86CEB (or 0xC86CEB) is known color: Heliotrope. HEX triplet: C8, 6C and EB. RGB value is (200,108,235). Sum of RGB (Red+Green+Blue) = 200+108+235=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #C86CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86CEB is #379314. Grayscale: #959595. Windows color (decimal): -3642133 or 15428808. OLE color: 15428808.

HSL color Cylindrical-coordinate representation of color #C86CEB: hue angle of 283.46º 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 #C86CEB is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 108 235 -
CMYK 0.15 0.54 0 0.08
HSL 283.46º 0.76% 0.67% -
HSV(B) 283.46º 0.54% 0.92% -
XYZ 44.18 29 81.87 -
YUV 149.99 175.98 163.67 -
System Red Green Blue C M Y K H S L
Decimal 200 108 235 0.15 0.54 0 0.08 283.46 0.76 0.67
Hex C8 6C EB F 36 0 8 11B 4C 43
Octal 310 154 353 17 66 0 10 433 114 103
Binary 11001000 1101100 11101011 1111 110110 0 1000 100011011 1001100 1000011

Color Harmonies of #C86CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CEB

Black with #C86CEB

Text Example


Text Example

White with #C86CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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