Html Css Color HEX #C86BED Heliotrope

📋 copy color: '#C86BED'

red 200 ◦ green 107 ◦ blue 237

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

Shades of Heliotrope #C86BED

Tints of Heliotrope #C86BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.67%

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

R = 36.76%
G = 19.67%
B = 43.57%

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

#C86BED (or 0xC86BED) is known color: Heliotrope. HEX triplet: C8, 6B and ED. RGB value is (200,107,237). Sum of RGB (Red+Green+Blue) = 200+107+237=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #C86BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86BED is #379412. Grayscale: #959595. Windows color (decimal): -3642387 or 15559624. OLE color: 15559624.

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

Color convert

RGB 200 107 237 -
CMYK 0.16 0.55 0 0.07
HSL 282.92º 0.78% 0.67% -
HSV(B) 282.92º 0.55% 0.93% -
XYZ 44.36 28.91 83.36 -
YUV 149.63 177.31 163.93 -
System Red Green Blue C M Y K H S L
Decimal 200 107 237 0.16 0.55 0 0.07 282.92 0.78 0.67
Hex C8 6B ED 10 37 0 7 11B 4E 43
Octal 310 153 355 20 67 0 7 433 116 103
Binary 11001000 1101011 11101101 10000 110111 0 111 100011011 1001110 1000011

Color Harmonies of #C86BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86BED

Black with #C86BED

Text Example


Text Example

White with #C86BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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