Html Css Color HEX #C86CEF Heliotrope

📋 copy color: '#C86CEF'

red 200 ◦ green 108 ◦ blue 239

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

Shades of Heliotrope #C86CEF

Tints of Heliotrope #C86CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.69%

R = 36.56%
G = 19.74%
B = 43.69%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C86CEF (or 0xC86CEF) is known color: Heliotrope. HEX triplet: C8, 6C and EF. RGB value is (200,108,239). Sum of RGB (Red+Green+Blue) = 200+108+239=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #C86CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86CEF is #379310. Grayscale: #969696. Windows color (decimal): -3642129 or 15690952. OLE color: 15690952.

HSL color Cylindrical-coordinate representation of color #C86CEF: hue angle of 282.14º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C86CEF is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 108 239 -
CMYK 0.16 0.55 0 0.06
HSL 282.14º 0.8% 0.68% -
HSV(B) 282.14º 0.55% 0.94% -
XYZ 44.76 29.24 84.95 -
YUV 150.44 177.98 163.35 -
System Red Green Blue C M Y K H S L
Decimal 200 108 239 0.16 0.55 0 0.06 282.14 0.8 0.68
Hex C8 6C EF 10 37 0 6 11A 50 44
Octal 310 154 357 20 67 0 6 432 120 104
Binary 11001000 1101100 11101111 10000 110111 0 110 100011010 1010000 1000100

Color Harmonies of #C86CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CEF

Black with #C86CEF

Text Example


Text Example

White with #C86CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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