Html Css Color HEX #CC58FD Heliotrope

📋 copy color: '#CC58FD'

red 204 ◦ green 88 ◦ blue 253

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

Shades of Heliotrope #CC58FD

Tints of Heliotrope #CC58FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.42%

R = 37.43%
G = 16.15%
B = 46.42%

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

#CC58FD (or 0xCC58FD) is known color: Heliotrope. HEX triplet: CC, 58 and FD. RGB value is (204,88,253). Sum of RGB (Red+Green+Blue) = 204+88+253=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 88 (34.77% from 255 or 16.15% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC58FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC58FD is #33A702. Grayscale: #8C8C8C. Windows color (decimal): -3385091 or 16603340. OLE color: 16603340.

HSL color Cylindrical-coordinate representation of color #CC58FD: hue angle of 282.18º degrees, saturation: 0.98, 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 #CC58FD is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 88 253 -
CMYK 0.19 0.65 0 0.01
HSL 282.18º 0.98% 0.67% -
HSV(B) 282.18º 0.65% 0.99% -
XYZ 46.12 26.91 95.69 -
YUV 141.49 190.93 172.58 -
System Red Green Blue C M Y K H S L
Decimal 204 88 253 0.19 0.65 0 0.01 282.18 0.98 0.67
Hex CC 58 FD 13 41 0 1 11A 62 43
Octal 314 130 375 23 101 0 1 432 142 103
Binary 11001100 1011000 11111101 10011 1000001 0 1 100011010 1100010 1000011

Color Harmonies of #CC58FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58FD

Black with #CC58FD

Text Example


Text Example

White with #CC58FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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