Html Css Color HEX #C964F1 Heliotrope

📋 copy color: '#C964F1'

red 201 ◦ green 100 ◦ blue 241

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

Shades of Heliotrope #C964F1

Tints of Heliotrope #C964F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.46%

R = 37.08%
G = 18.45%
B = 44.46%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C964F1 (or 0xC964F1) is known color: Heliotrope. HEX triplet: C9, 64 and F1. RGB value is (201,100,241). Sum of RGB (Red+Green+Blue) = 201+100+241=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #C964F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C964F1 is #369B0E. Grayscale: #919191. Windows color (decimal): -3578639 or 15819977. OLE color: 15819977.

HSL color Cylindrical-coordinate representation of color #C964F1: hue angle of 282.98º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C964F1 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 100 241 -
CMYK 0.17 0.59 0 0.05
HSL 282.98º 0.83% 0.67% -
HSV(B) 282.98º 0.59% 0.95% -
XYZ 44.52 27.88 86.25 -
YUV 146.27 181.46 167.04 -
System Red Green Blue C M Y K H S L
Decimal 201 100 241 0.17 0.59 0 0.05 282.98 0.83 0.67
Hex C9 64 F1 11 3B 0 5 11B 53 43
Octal 311 144 361 21 73 0 5 433 123 103
Binary 11001001 1100100 11110001 10001 111011 0 101 100011011 1010011 1000011

Color Harmonies of #C964F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964F1

Black with #C964F1

Text Example


Text Example

White with #C964F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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