Html Css Color HEX #C864FE Heliotrope

📋 copy color: '#C864FE'

red 200 ◦ green 100 ◦ blue 254

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

Shades of Heliotrope #C864FE

Tints of Heliotrope #C864FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.85%

R = 36.1%
G = 18.05%
B = 45.85%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C864FE (or 0xC864FE) is known color: Heliotrope. HEX triplet: C8, 64 and FE. RGB value is (200,100,254). Sum of RGB (Red+Green+Blue) = 200+100+254=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #C864FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C864FE is #379B01. Grayscale: #929292. Windows color (decimal): -3644162 or 16671944. OLE color: 16671944.

HSL color Cylindrical-coordinate representation of color #C864FE: hue angle of 278.96º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C864FE is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 100 254 -
CMYK 0.21 0.61 0 0.00
HSL 278.96º 0.99% 0.69% -
HSV(B) 278.96º 0.61% 1% -
XYZ 46.27 28.55 96.84 -
YUV 147.46 188.13 165.48 -
System Red Green Blue C M Y K H S L
Decimal 200 100 254 0.21 0.61 0 0.00 278.96 0.99 0.69
Hex C8 64 FE 15 3D 0 0 117 63 45
Octal 310 144 376 25 75 0 0 427 143 105
Binary 11001000 1100100 11111110 10101 111101 0 0 100010111 1100011 1000101

Color Harmonies of #C864FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C864FE

Black with #C864FE

Text Example


Text Example

White with #C864FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C864FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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