Html Css Color HEX #C964FB Heliotrope

📋 copy color: '#C964FB'

red 201 ◦ green 100 ◦ blue 251

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

Shades of Heliotrope #C964FB

Tints of Heliotrope #C964FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.47%

R = 36.41%
G = 18.12%
B = 45.47%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C964FB (or 0xC964FB) is known color: Heliotrope. HEX triplet: C9, 64 and FB. RGB value is (201,100,251). Sum of RGB (Red+Green+Blue) = 201+100+251=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #C964FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C964FB is #369B04. Grayscale: #929292. Windows color (decimal): -3578629 or 16475337. OLE color: 16475337.

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

Color convert

RGB 201 100 251 -
CMYK 0.20 0.60 0 0.02
HSL 280.13º 0.95% 0.69% -
HSV(B) 280.13º 0.6% 0.98% -
XYZ 46.06 28.5 94.34 -
YUV 147.41 186.46 166.22 -
System Red Green Blue C M Y K H S L
Decimal 201 100 251 0.20 0.60 0 0.02 280.13 0.95 0.69
Hex C9 64 FB 14 3C 0 2 118 5F 45
Octal 311 144 373 24 74 0 2 430 137 105
Binary 11001001 1100100 11111011 10100 111100 0 10 100011000 1011111 1000101

Color Harmonies of #C964FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964FB

Black with #C964FB

Text Example


Text Example

White with #C964FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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