#CC45EF

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

Shades of Medium Orchid #CC45EF

Tints of Medium Orchid #CC45EF

Color information

#CC45EF (or 0xCC45EF) is unknown color: approx Medium Orchid. HEX triplet: CC, 45 and EF. RGB value is (204,69,239). Sum of RGB (Red+Green+Blue) = 204+69+239=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 69 (27.34% from 255 or 13.48% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC45EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC45EF is #33BA10. Grayscale: #808080. Windows color (decimal): -3389969 or 15680972. OLE color: 15680972.

HSL color Cylindrical-coordinate representation of color #CC45EF: hue angle of 287.65º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC45EF is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20469239-
CMYK0.150.7100.06
HSL287.65º84.16%60.39%-
HSV(B)287.65º71.13%93.73%-
XYZ42.6123.3383.92-
YUV128.74190.23181.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 69 (27.34% from 255) = 13.48%
BLUE value IS 239 (93.75% from 255) = 46.68%
R=39.84%
G=13.48%
B=46.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal204692390.150.7100.06287.6584.1660.39
HexCC45EFF4706120543c
Octal314105357171070644012474
Binary110011001000101111011111111100011101101001000001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC45EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC45EF; }

 p { color: rgb(204,69,239); }

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

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

 a { background-color: rgb(204,69,239); }

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

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

 span { border-color: rgb(204,69,239); }

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