Html Css Color HEX #C964FE Heliotrope

📋 copy color: '#C964FE'

red 201 ◦ green 100 ◦ blue 254

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

Shades of Heliotrope #C964FE

Tints of Heliotrope #C964FE

RGB

 RED value IS 201 (78.91% from 255) = 36.22%

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

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

R = 36.22%
G = 18.02%
B = 45.77%

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

#C964FE (or 0xC964FE) is known color: Heliotrope. HEX triplet: C9, 64 and FE. RGB value is (201,100,254). Sum of RGB (Red+Green+Blue) = 201+100+254=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 100 (39.45% from 255 or 18.02% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #C964FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C964FE is #369B01. Grayscale: #939393. Windows color (decimal): -3578626 or 16671945. OLE color: 16671945.

HSL color Cylindrical-coordinate representation of color #C964FE: hue angle of 279.35º 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 #C964FE is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 100 254 -
CMYK 0.21 0.61 0 0.00
HSL 279.35º 0.99% 0.69% -
HSV(B) 279.35º 0.61% 1% -
XYZ 46.53 28.69 96.85 -
YUV 147.76 187.96 165.98 -
System Red Green Blue C M Y K H S L
Decimal 201 100 254 0.21 0.61 0 0.00 279.35 0.99 0.69
Hex C9 64 FE 15 3D 0 0 117 63 45
Octal 311 144 376 25 75 0 0 427 143 105
Binary 11001001 1100100 11111110 10101 111101 0 0 100010111 1100011 1000101

Color Harmonies of #C964FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964FE

Black with #C964FE

Text Example


Text Example

White with #C964FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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