#CC40FF

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

Shades of Medium Orchid #CC40FF

Tints of Medium Orchid #CC40FF

Color information

#CC40FF (or 0xCC40FF) is unknown color: approx Medium Orchid. HEX triplet: CC, 40 and FF. RGB value is (204,64,255). Sum of RGB (Red+Green+Blue) = 204+64+255=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 64 (25.39% from 255 or 12.24% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC40FF is #33BF00. Grayscale: #7F7F7F. Windows color (decimal): -3391233 or 16728268. OLE color: 16728268.

HSL color Cylindrical-coordinate representation of color #CC40FF: hue angle of 283.98º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC40FF is Cyan = 0.2, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20464255-
CMYK0.20.7500
HSL283.98º100%62.55%-
HSV(B)283.98º74.9%100%-
XYZ44.7923.7296.83-
YUV127.63199.88182.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 64 (25.39% from 255) = 12.24%
BLUE value IS 255 (100% from 255) = 48.76%
R=39.01%
G=12.24%
B=48.76%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal204642550.20.7500283.9810062.55
HexCC40FF144B0011c643f
Octal314100377241130043414477
Binary11001100100000011111111101001001011001000111001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC40FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC40FF; }

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

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

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

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

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

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

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

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