Html Css Color HEX #CC5AFB Heliotrope

📋 copy color: '#CC5AFB'

red 204 ◦ green 90 ◦ blue 251

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

Shades of Heliotrope #CC5AFB

Tints of Heliotrope #CC5AFB

RGB

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

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

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

R = 37.43%
G = 16.51%
B = 46.06%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC5AFB (or 0xCC5AFB) is known color: Heliotrope. HEX triplet: CC, 5A and FB. RGB value is (204,90,251). Sum of RGB (Red+Green+Blue) = 204+90+251=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC5AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5AFB is #33A504. Grayscale: #8D8D8D. Windows color (decimal): -3384581 or 16472780. OLE color: 16472780.

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

Color convert

RGB 204 90 251 -
CMYK 0.19 0.64 0 0.02
HSL 282.48º 0.95% 0.67% -
HSV(B) 282.48º 0.64% 0.98% -
XYZ 45.97 27.11 94.08 -
YUV 142.44 189.27 171.91 -
System Red Green Blue C M Y K H S L
Decimal 204 90 251 0.19 0.64 0 0.02 282.48 0.95 0.67
Hex CC 5A FB 13 40 0 2 11A 5F 43
Octal 314 132 373 23 100 0 2 432 137 103
Binary 11001100 1011010 11111011 10011 1000000 0 10 100011010 1011111 1000011

Color Harmonies of #CC5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5AFB

Black with #CC5AFB

Text Example


Text Example

White with #CC5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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