Html Css Color HEX #CC58FC Heliotrope

📋 copy color: '#CC58FC'

red 204 ◦ green 88 ◦ blue 252

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

Shades of Heliotrope #CC58FC

Tints of Heliotrope #CC58FC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.18%

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

R = 37.5%
G = 16.18%
B = 46.32%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC58FC (or 0xCC58FC) is known color: Heliotrope. HEX triplet: CC, 58 and FC. RGB value is (204,88,252). Sum of RGB (Red+Green+Blue) = 204+88+252=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 88 (34.77% from 255 or 16.18% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC58FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC58FC is #33A703. Grayscale: #8C8C8C. Windows color (decimal): -3385092 or 16537804. OLE color: 16537804.

HSL color Cylindrical-coordinate representation of color #CC58FC: hue angle of 282.44º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC58FC is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 88 252 -
CMYK 0.19 0.65 0 0.01
HSL 282.44º 0.96% 0.67% -
HSV(B) 282.44º 0.65% 0.99% -
XYZ 45.96 26.85 94.85 -
YUV 141.38 190.43 172.66 -
System Red Green Blue C M Y K H S L
Decimal 204 88 252 0.19 0.65 0 0.01 282.44 0.96 0.67
Hex CC 58 FC 13 41 0 1 11A 60 43
Octal 314 130 374 23 101 0 1 432 140 103
Binary 11001100 1011000 11111100 10011 1000001 0 1 100011010 1100000 1000011

Color Harmonies of #CC58FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58FC

Black with #CC58FC

Text Example


Text Example

White with #CC58FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58FC; }

 p { color: rgb(204,88,252); }

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

background-color css

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

 a { background-color: rgb(204,88,252); }

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

border-color css

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

 span { border-color: rgb(204,88,252); }

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