Html Css Color HEX #CC53FA Heliotrope

📋 copy color: '#CC53FA'

red 204 ◦ green 83 ◦ blue 250

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

Shades of Heliotrope #CC53FA

Tints of Heliotrope #CC53FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.55%

R = 37.99%
G = 15.46%
B = 46.55%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC53FA (or 0xCC53FA) is known color: Heliotrope. HEX triplet: CC, 53 and FA. RGB value is (204,83,250). Sum of RGB (Red+Green+Blue) = 204+83+250=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 83 (32.81% from 255 or 15.46% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC53FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC53FA is #33AC05. Grayscale: #898989. Windows color (decimal): -3386374 or 16405452. OLE color: 16405452.

HSL color Cylindrical-coordinate representation of color #CC53FA: hue angle of 283.47º degrees, saturation: 0.94, 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 #CC53FA is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 83 250 -
CMYK 0.18 0.67 0 0.02
HSL 283.47º 0.94% 0.65% -
HSV(B) 283.47º 0.67% 0.98% -
XYZ 45.25 25.93 93.06 -
YUV 138.22 191.09 174.92 -
System Red Green Blue C M Y K H S L
Decimal 204 83 250 0.18 0.67 0 0.02 283.47 0.94 0.65
Hex CC 53 FA 12 43 0 2 11B 5E 41
Octal 314 123 372 22 103 0 2 433 136 101
Binary 11001100 1010011 11111010 10010 1000011 0 10 100011011 1011110 1000001

Color Harmonies of #CC53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53FA

Black with #CC53FA

Text Example


Text Example

White with #CC53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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