Html Css Color HEX #CC5AFE Heliotrope

📋 copy color: '#CC5AFE'

red 204 ◦ green 90 ◦ blue 254

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

Shades of Heliotrope #CC5AFE

Tints of Heliotrope #CC5AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.42%

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

R = 37.23%
G = 16.42%
B = 46.35%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC5AFE (or 0xCC5AFE) is known color: Heliotrope. HEX triplet: CC, 5A and FE. RGB value is (204,90,254). Sum of RGB (Red+Green+Blue) = 204+90+254=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 90 (35.55% from 255 or 16.42% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC5AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5AFE is #33A501. Grayscale: #8E8E8E. Windows color (decimal): -3384578 or 16669388. OLE color: 16669388.

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

Color convert

RGB 204 90 254 -
CMYK 0.20 0.65 0 0.00
HSL 281.71º 0.99% 0.67% -
HSV(B) 281.71º 0.65% 1% -
XYZ 46.45 27.31 96.59 -
YUV 142.78 190.77 171.66 -
System Red Green Blue C M Y K H S L
Decimal 204 90 254 0.20 0.65 0 0.00 281.71 0.99 0.67
Hex CC 5A FE 14 41 0 0 11A 63 43
Octal 314 132 376 24 101 0 0 432 143 103
Binary 11001100 1011010 11111110 10100 1000001 0 0 100011010 1100011 1000011

Color Harmonies of #CC5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5AFE

Black with #CC5AFE

Text Example


Text Example

White with #CC5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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