Html Css Color HEX #CC58FA Heliotrope

📋 copy color: '#CC58FA'

red 204 ◦ green 88 ◦ blue 250

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

Shades of Heliotrope #CC58FA

Tints of Heliotrope #CC58FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.13%

R = 37.64%
G = 16.24%
B = 46.13%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC58FA (or 0xCC58FA) is known color: Heliotrope. HEX triplet: CC, 58 and FA. RGB value is (204,88,250). Sum of RGB (Red+Green+Blue) = 204+88+250=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 88 (34.77% from 255 or 16.24% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC58FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC58FA is #33A705. Grayscale: #8C8C8C. Windows color (decimal): -3385094 or 16406732. OLE color: 16406732.

HSL color Cylindrical-coordinate representation of color #CC58FA: hue angle of 282.96º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC58FA is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 88 250 -
CMYK 0.18 0.65 0 0.02
HSL 282.96º 0.94% 0.66% -
HSV(B) 282.96º 0.65% 0.98% -
XYZ 45.65 26.72 93.19 -
YUV 141.15 189.43 172.83 -
System Red Green Blue C M Y K H S L
Decimal 204 88 250 0.18 0.65 0 0.02 282.96 0.94 0.66
Hex CC 58 FA 12 41 0 2 11B 5E 42
Octal 314 130 372 22 101 0 2 433 136 102
Binary 11001100 1011000 11111010 10010 1000001 0 10 100011011 1011110 1000010

Color Harmonies of #CC58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58FA

Black with #CC58FA

Text Example


Text Example

White with #CC58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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