Html Css Color HEX #CC56F9 Heliotrope

📋 copy color: '#CC56F9'

red 204 ◦ green 86 ◦ blue 249

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

Shades of Heliotrope #CC56F9

Tints of Heliotrope #CC56F9

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.96%

 BLUE value IS 249 (97.66% from 255) = 46.2%

R = 37.85%
G = 15.96%
B = 46.2%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC56F9 (or 0xCC56F9) is known color: Heliotrope. HEX triplet: CC, 56 and F9. RGB value is (204,86,249). Sum of RGB (Red+Green+Blue) = 204+86+249=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 86 (33.98% from 255 or 15.96% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC56F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC56F9 is #33A906. Grayscale: #8B8B8B. Windows color (decimal): -3385607 or 16340684. OLE color: 16340684.

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

Color convert

RGB 204 86 249 -
CMYK 0.18 0.65 0 0.02
HSL 283.44º 0.93% 0.66% -
HSV(B) 283.44º 0.65% 0.98% -
XYZ 45.33 26.33 92.32 -
YUV 139.86 189.59 173.75 -
System Red Green Blue C M Y K H S L
Decimal 204 86 249 0.18 0.65 0 0.02 283.44 0.93 0.66
Hex CC 56 F9 12 41 0 2 11B 5D 42
Octal 314 126 371 22 101 0 2 433 135 102
Binary 11001100 1010110 11111001 10010 1000001 0 10 100011011 1011101 1000010

Color Harmonies of #CC56F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC56F9

Black with #CC56F9

Text Example


Text Example

White with #CC56F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC56F9; }

 p { color: rgb(204,86,249); }

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

background-color css

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

 a { background-color: rgb(204,86,249); }

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

border-color css

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

 span { border-color: rgb(204,86,249); }

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