Html Css Color HEX #CC53FF Heliotrope

📋 copy color: '#CC53FF'

red 204 ◦ green 83 ◦ blue 255

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

Shades of Heliotrope #CC53FF

Tints of Heliotrope #CC53FF

RGB

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

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

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

R = 37.64%
G = 15.31%
B = 47.05%

CMYK

 C value IS 0.2

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC53FF (or 0xCC53FF) is known color: Heliotrope. HEX triplet: CC, 53 and FF. RGB value is (204,83,255). Sum of RGB (Red+Green+Blue) = 204+83+255=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 83 (32.81% from 255 or 15.31% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC53FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC53FF is #33AC00. Grayscale: #8A8A8A. Windows color (decimal): -3386369 or 16733132. OLE color: 16733132.

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

Color convert

RGB 204 83 255 -
CMYK 0.2 0.67 0 0
HSL 282.21º 1% 0.66% -
HSV(B) 282.21º 0.67% 1% -
XYZ 46.05 26.24 97.25 -
YUV 138.79 193.59 174.51 -
System Red Green Blue C M Y K H S L
Decimal 204 83 255 0.2 0.67 0 0 282.21 1 0.66
Hex CC 53 FF 14 43 0 0 11A 64 42
Octal 314 123 377 24 103 0 0 432 144 102
Binary 11001100 1010011 11111111 10100 1000011 0 0 100011010 1100100 1000010

Color Harmonies of #CC53FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53FF

Black with #CC53FF

Text Example


Text Example

White with #CC53FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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