Html Css Color HEX #C864ED Heliotrope

📋 copy color: '#C864ED'

red 200 ◦ green 100 ◦ blue 237

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

Shades of Heliotrope #C864ED

Tints of Heliotrope #C864ED

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.62%

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

R = 37.24%
G = 18.62%
B = 44.13%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C864ED (or 0xC864ED) is known color: Heliotrope. HEX triplet: C8, 64 and ED. RGB value is (200,100,237). Sum of RGB (Red+Green+Blue) = 200+100+237=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 100 (39.45% from 255 or 18.62% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #C864ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C864ED is #379B12. Grayscale: #919191. Windows color (decimal): -3644179 or 15557832. OLE color: 15557832.

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

Color convert

RGB 200 100 237 -
CMYK 0.16 0.58 0 0.07
HSL 283.8º 0.79% 0.66% -
HSV(B) 283.8º 0.58% 0.93% -
XYZ 43.66 27.51 83.13 -
YUV 145.52 179.63 166.86 -
System Red Green Blue C M Y K H S L
Decimal 200 100 237 0.16 0.58 0 0.07 283.8 0.79 0.66
Hex C8 64 ED 10 3A 0 7 11C 4F 42
Octal 310 144 355 20 72 0 7 434 117 102
Binary 11001000 1100100 11101101 10000 111010 0 111 100011100 1001111 1000010

Color Harmonies of #C864ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C864ED

Black with #C864ED

Text Example


Text Example

White with #C864ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C864ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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