Html Css Color HEX #CC53FB Heliotrope

📋 copy color: '#CC53FB'

red 204 ◦ green 83 ◦ blue 251

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

Shades of Heliotrope #CC53FB

Tints of Heliotrope #CC53FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.65%

R = 37.92%
G = 15.43%
B = 46.65%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC53FB (or 0xCC53FB) is known color: Heliotrope. HEX triplet: CC, 53 and FB. RGB value is (204,83,251). Sum of RGB (Red+Green+Blue) = 204+83+251=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 83 (32.81% from 255 or 15.43% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC53FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC53FB is #33AC04. Grayscale: #898989. Windows color (decimal): -3386373 or 16470988. OLE color: 16470988.

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

Color convert

RGB 204 83 251 -
CMYK 0.19 0.67 0 0.02
HSL 283.21º 0.95% 0.65% -
HSV(B) 283.21º 0.67% 0.98% -
XYZ 45.41 25.99 93.89 -
YUV 138.33 191.59 174.84 -
System Red Green Blue C M Y K H S L
Decimal 204 83 251 0.19 0.67 0 0.02 283.21 0.95 0.65
Hex CC 53 FB 13 43 0 2 11B 5F 41
Octal 314 123 373 23 103 0 2 433 137 101
Binary 11001100 1010011 11111011 10011 1000011 0 10 100011011 1011111 1000001

Color Harmonies of #CC53FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53FB

Black with #CC53FB

Text Example


Text Example

White with #CC53FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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