Html Css Color HEX #C86AED Heliotrope

📋 copy color: '#C86AED'

red 200 ◦ green 106 ◦ blue 237

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

Shades of Heliotrope #C86AED

Tints of Heliotrope #C86AED

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.52%

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 36.83%
G = 19.52%
B = 43.65%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C86AED (or 0xC86AED) is known color: Heliotrope. HEX triplet: C8, 6A and ED. RGB value is (200,106,237). Sum of RGB (Red+Green+Blue) = 200+106+237=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #C86AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86AED is #379512. Grayscale: #949494. Windows color (decimal): -3642643 or 15559368. OLE color: 15559368.

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

Color convert

RGB 200 106 237 -
CMYK 0.16 0.55 0 0.07
HSL 283.05º 0.78% 0.67% -
HSV(B) 283.05º 0.55% 0.93% -
XYZ 44.26 28.7 83.33 -
YUV 149.04 177.64 164.35 -
System Red Green Blue C M Y K H S L
Decimal 200 106 237 0.16 0.55 0 0.07 283.05 0.78 0.67
Hex C8 6A ED 10 37 0 7 11B 4E 43
Octal 310 152 355 20 67 0 7 433 116 103
Binary 11001000 1101010 11101101 10000 110111 0 111 100011011 1001110 1000011

Color Harmonies of #C86AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86AED

Black with #C86AED

Text Example


Text Example

White with #C86AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86AED; }

 p { color: rgb(200,106,237); }

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

background-color css

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

 a { background-color: rgb(200,106,237); }

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

border-color css

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

 span { border-color: rgb(200,106,237); }

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