Html Css Color HEX #CC53FE Heliotrope

📋 copy color: '#CC53FE'

red 204 ◦ green 83 ◦ blue 254

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

Shades of Heliotrope #CC53FE

Tints of Heliotrope #CC53FE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.34%

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

R = 37.71%
G = 15.34%
B = 46.95%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC53FE (or 0xCC53FE) is known color: Heliotrope. HEX triplet: CC, 53 and FE. RGB value is (204,83,254). Sum of RGB (Red+Green+Blue) = 204+83+254=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 83 (32.81% from 255 or 15.34% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC53FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC53FE is #33AC01. Grayscale: #8A8A8A. Windows color (decimal): -3386370 or 16667596. OLE color: 16667596.

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

Color convert

RGB 204 83 254 -
CMYK 0.20 0.67 0 0.00
HSL 282.46º 0.99% 0.66% -
HSV(B) 282.46º 0.67% 1% -
XYZ 45.88 26.18 96.4 -
YUV 138.67 193.09 174.6 -
System Red Green Blue C M Y K H S L
Decimal 204 83 254 0.20 0.67 0 0.00 282.46 0.99 0.66
Hex CC 53 FE 14 43 0 0 11A 63 42
Octal 314 123 376 24 103 0 0 432 143 102
Binary 11001100 1010011 11111110 10100 1000011 0 0 100011010 1100011 1000010

Color Harmonies of #CC53FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53FE

Black with #CC53FE

Text Example


Text Example

White with #CC53FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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