Html Css Color HEX #C86AEC Heliotrope

📋 copy color: '#C86AEC'

red 200 ◦ green 106 ◦ blue 236

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

Shades of Heliotrope #C86AEC

Tints of Heliotrope #C86AEC

RGB

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

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

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

R = 36.9%
G = 19.56%
B = 43.54%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C86AEC (or 0xC86AEC) is known color: Heliotrope. HEX triplet: C8, 6A and EC. RGB value is (200,106,236). Sum of RGB (Red+Green+Blue) = 200+106+236=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #C86AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86AEC is #379513. Grayscale: #949494. Windows color (decimal): -3642644 or 15493832. OLE color: 15493832.

HSL color Cylindrical-coordinate representation of color #C86AEC: hue angle of 283.38º degrees, saturation: 0.77, 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 #C86AEC is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 106 236 -
CMYK 0.15 0.55 0 0.07
HSL 283.38º 0.77% 0.67% -
HSV(B) 283.38º 0.55% 0.93% -
XYZ 44.11 28.64 82.56 -
YUV 148.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 200 106 236 0.15 0.55 0 0.07 283.38 0.77 0.67
Hex C8 6A EC F 37 0 7 11B 4D 43
Octal 310 152 354 17 67 0 7 433 115 103
Binary 11001000 1101010 11101100 1111 110111 0 111 100011011 1001101 1000011

Color Harmonies of #C86AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86AEC

Black with #C86AEC

Text Example


Text Example

White with #C86AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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