#CC45EE

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

Shades of Medium Orchid #CC45EE

Tints of Medium Orchid #CC45EE

Color information

#CC45EE (or 0xCC45EE) is unknown color: approx Medium Orchid. HEX triplet: CC, 45 and EE. RGB value is (204,69,238). Sum of RGB (Red+Green+Blue) = 204+69+238=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 69 (27.34% from 255 or 13.50% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC45EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC45EE is #33BA11. Grayscale: #808080. Windows color (decimal): -3389970 or 15615436. OLE color: 15615436.

HSL color Cylindrical-coordinate representation of color #CC45EE: hue angle of 287.93º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC45EE is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20469238-
CMYK0.140.7100.07
HSL287.93º83.25%60.2%-
HSV(B)287.93º71.01%93.33%-
XYZ42.4623.2783.14-
YUV128.63189.73181.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 69 (27.34% from 255) = 13.50%
BLUE value IS 238 (93.36% from 255) = 46.58%
R=39.92%
G=13.50%
B=46.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204692380.140.7100.07287.9383.2560.2
HexCC45EEE4707120533c
Octal314105356161070744012374
Binary110011001000101111011101110100011101111001000001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC45EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC45EE; }

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

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

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

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

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

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

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

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