Html Css Color HEX #CC59F1 Heliotrope

📋 copy color: '#CC59F1'

red 204 ◦ green 89 ◦ blue 241

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

Shades of Heliotrope #CC59F1

Tints of Heliotrope #CC59F1

RGB

 RED value IS 204 (80.08% from 255) = 38.2%

 GREEN value IS 89 (35.16% from 255) = 16.67%

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

R = 38.2%
G = 16.67%
B = 45.13%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC59F1 (or 0xCC59F1) is known color: Heliotrope. HEX triplet: CC, 59 and F1. RGB value is (204,89,241). Sum of RGB (Red+Green+Blue) = 204+89+241=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC59F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC59F1 is #33A60E. Grayscale: #8C8C8C. Windows color (decimal): -3384847 or 15817164. OLE color: 15817164.

HSL color Cylindrical-coordinate representation of color #CC59F1: hue angle of 285.39º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC59F1 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 89 241 -
CMYK 0.15 0.63 0 0.05
HSL 285.39º 0.84% 0.65% -
HSV(B) 285.39º 0.63% 0.95% -
XYZ 44.35 26.33 85.96 -
YUV 140.71 184.6 173.14 -
System Red Green Blue C M Y K H S L
Decimal 204 89 241 0.15 0.63 0 0.05 285.39 0.84 0.65
Hex CC 59 F1 F 3F 0 5 11D 54 41
Octal 314 131 361 17 77 0 5 435 124 101
Binary 11001100 1011001 11110001 1111 111111 0 101 100011101 1010100 1000001

Color Harmonies of #CC59F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC59F1

Black with #CC59F1

Text Example


Text Example

White with #CC59F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC59F1; }

 p { color: rgb(204,89,241); }

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

background-color css

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

 a { background-color: rgb(204,89,241); }

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

border-color css

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

 span { border-color: rgb(204,89,241); }

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