Html Css Color HEX #CC52FE Heliotrope

📋 copy color: '#CC52FE'

red 204 ◦ green 82 ◦ blue 254

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

Shades of Heliotrope #CC52FE

Tints of Heliotrope #CC52FE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.19%

 BLUE value IS 254 (99.61% from 255) = 47.04%

R = 37.78%
G = 15.19%
B = 47.04%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC52FE (or 0xCC52FE) is known color: Heliotrope. HEX triplet: CC, 52 and FE. RGB value is (204,82,254). Sum of RGB (Red+Green+Blue) = 204+82+254=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 82 (32.42% from 255 or 15.19% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC52FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC52FE is #33AD01. Grayscale: #898989. Windows color (decimal): -3386626 or 16667340. OLE color: 16667340.

HSL color Cylindrical-coordinate representation of color #CC52FE: hue angle of 282.56º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC52FE is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 82 254 -
CMYK 0.20 0.68 0 0.00
HSL 282.56º 0.99% 0.66% -
HSV(B) 282.56º 0.68% 1% -
XYZ 45.81 26.03 96.38 -
YUV 138.09 193.42 175.01 -
System Red Green Blue C M Y K H S L
Decimal 204 82 254 0.20 0.68 0 0.00 282.56 0.99 0.66
Hex CC 52 FE 14 44 0 0 11B 63 42
Octal 314 122 376 24 104 0 0 433 143 102
Binary 11001100 1010010 11111110 10100 1000100 0 0 100011011 1100011 1000010

Color Harmonies of #CC52FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC52FE

Black with #CC52FE

Text Example


Text Example

White with #CC52FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC52FE; }

 p { color: rgb(204,82,254); }

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

background-color css

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

 a { background-color: rgb(204,82,254); }

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

border-color css

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

 span { border-color: rgb(204,82,254); }

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