Html Css Color HEX #C86CEC Heliotrope

📋 copy color: '#C86CEC'

red 200 ◦ green 108 ◦ blue 236

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

Shades of Heliotrope #C86CEC

Tints of Heliotrope #C86CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 36.76%
G = 19.85%
B = 43.38%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C86CEC (or 0xC86CEC) is known color: Heliotrope. HEX triplet: C8, 6C and EC. RGB value is (200,108,236). Sum of RGB (Red+Green+Blue) = 200+108+236=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #C86CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86CEC is #379313. Grayscale: #959595. Windows color (decimal): -3642132 or 15494344. OLE color: 15494344.

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

Color convert

RGB 200 108 236 -
CMYK 0.15 0.54 0 0.07
HSL 283.13º 0.77% 0.67% -
HSV(B) 283.13º 0.54% 0.93% -
XYZ 44.32 29.06 82.63 -
YUV 150.1 176.48 163.59 -
System Red Green Blue C M Y K H S L
Decimal 200 108 236 0.15 0.54 0 0.07 283.13 0.77 0.67
Hex C8 6C EC F 36 0 7 11B 4D 43
Octal 310 154 354 17 66 0 7 433 115 103
Binary 11001000 1101100 11101100 1111 110110 0 111 100011011 1001101 1000011

Color Harmonies of #C86CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CEC

Black with #C86CEC

Text Example


Text Example

White with #C86CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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