Html Css Color HEX #C86DF2 Heliotrope

📋 copy color: '#C86DF2'

red 200 ◦ green 109 ◦ blue 242

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

Shades of Heliotrope #C86DF2

Tints of Heliotrope #C86DF2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.78%

 BLUE value IS 242 (94.92% from 255) = 43.92%

R = 36.3%
G = 19.78%
B = 43.92%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C86DF2 (or 0xC86DF2) is known color: Heliotrope. HEX triplet: C8, 6D and F2. RGB value is (200,109,242). Sum of RGB (Red+Green+Blue) = 200+109+242=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 109 (42.97% from 255 or 19.78% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #C86DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86DF2 is #37920D. Grayscale: #969696. Windows color (decimal): -3641870 or 15887816. OLE color: 15887816.

HSL color Cylindrical-coordinate representation of color #C86DF2: hue angle of 281.05º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C86DF2 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 109 242 -
CMYK 0.17 0.55 0 0.05
HSL 281.05º 0.84% 0.69% -
HSV(B) 281.05º 0.55% 0.95% -
XYZ 45.32 29.63 87.33 -
YUV 151.37 179.15 162.69 -
System Red Green Blue C M Y K H S L
Decimal 200 109 242 0.17 0.55 0 0.05 281.05 0.84 0.69
Hex C8 6D F2 11 37 0 5 119 54 45
Octal 310 155 362 21 67 0 5 431 124 105
Binary 11001000 1101101 11110010 10001 110111 0 101 100011001 1010100 1000101

Color Harmonies of #C86DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86DF2

Black with #C86DF2

Text Example


Text Example

White with #C86DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86DF2; }

 p { color: rgb(200,109,242); }

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

background-color css

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

 a { background-color: rgb(200,109,242); }

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

border-color css

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

 span { border-color: rgb(200,109,242); }

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