#CC40FB

Color #CC40FB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CC40FB

Tints of Medium Orchid #CC40FB

Color information

#CC40FB (or 0xCC40FB) is unknown color: approx Medium Orchid. HEX triplet: CC, 40 and FB. RGB value is (204,64,251). Sum of RGB (Red+Green+Blue) = 204+64+251=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 64 (25.39% from 255 or 12.33% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC40FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC40FB is #33BF04. Grayscale: #7E7E7E. Windows color (decimal): -3391237 or 16466124. OLE color: 16466124.

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

Color convert

RGB20464251-
CMYK0.190.7500.02
HSL284.92º95.9%61.76%-
HSV(B)284.92º74.5%98.43%-
XYZ44.1523.4793.47-
YUV127.18197.88182.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 64 (25.39% from 255) = 12.33%
BLUE value IS 251 (98.44% from 255) = 48.36%
R=39.31%
G=12.33%
B=48.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal204642510.190.7500.02284.9295.961.76
HexCC40FB134B0211d603e
Octal314100373231130243514076
Binary110011001000000111110111001110010110101000111011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC40FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC40FB; }

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

 H1.HeaderClassName
 {
   color: #CC40FB;
 }
 .AnyTagClassName
 {
   color: #CC40FB;
 }
</style>
background-color css

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

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

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

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

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

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