Html Css Color HEX #CC58FF Heliotrope

📋 copy color: '#CC58FF'

red 204 ◦ green 88 ◦ blue 255

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

Shades of Heliotrope #CC58FF

Tints of Heliotrope #CC58FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.62%

R = 37.29%
G = 16.09%
B = 46.62%

CMYK

 C value IS 0.2

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC58FF (or 0xCC58FF) is known color: Heliotrope. HEX triplet: CC, 58 and FF. RGB value is (204,88,255). Sum of RGB (Red+Green+Blue) = 204+88+255=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 88 (34.77% from 255 or 16.09% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC58FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC58FF is #33A700. Grayscale: #8D8D8D. Windows color (decimal): -3385089 or 16734412. OLE color: 16734412.

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

Color convert

RGB 204 88 255 -
CMYK 0.2 0.65 0 0
HSL 281.68º 1% 0.67% -
HSV(B) 281.68º 0.65% 1% -
XYZ 46.44 27.04 97.38 -
YUV 141.72 191.93 172.42 -
System Red Green Blue C M Y K H S L
Decimal 204 88 255 0.2 0.65 0 0 281.68 1 0.67
Hex CC 58 FF 14 41 0 0 11A 64 43
Octal 314 130 377 24 101 0 0 432 144 103
Binary 11001100 1011000 11111111 10100 1000001 0 0 100011010 1100100 1000011

Color Harmonies of #CC58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58FF

Black with #CC58FF

Text Example


Text Example

White with #CC58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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