Html Css Color HEX #C964FC Heliotrope

📋 copy color: '#C964FC'

red 201 ◦ green 100 ◦ blue 252

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

Shades of Heliotrope #C964FC

Tints of Heliotrope #C964FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.57%

R = 36.35%
G = 18.08%
B = 45.57%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C964FC (or 0xC964FC) is known color: Heliotrope. HEX triplet: C9, 64 and FC. RGB value is (201,100,252). Sum of RGB (Red+Green+Blue) = 201+100+252=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #C964FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C964FC is #369B03. Grayscale: #939393. Windows color (decimal): -3578628 or 16540873. OLE color: 16540873.

HSL color Cylindrical-coordinate representation of color #C964FC: hue angle of 279.87º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C964FC is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 100 252 -
CMYK 0.20 0.60 0 0.01
HSL 279.87º 0.96% 0.69% -
HSV(B) 279.87º 0.6% 0.99% -
XYZ 46.22 28.56 95.17 -
YUV 147.53 186.96 166.14 -
System Red Green Blue C M Y K H S L
Decimal 201 100 252 0.20 0.60 0 0.01 279.87 0.96 0.69
Hex C9 64 FC 14 3C 0 1 118 60 45
Octal 311 144 374 24 74 0 1 430 140 105
Binary 11001001 1100100 11111100 10100 111100 0 1 100011000 1100000 1000101

Color Harmonies of #C964FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964FC

Black with #C964FC

Text Example


Text Example

White with #C964FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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