#CC44EE

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

Shades of Medium Orchid #CC44EE

Tints of Medium Orchid #CC44EE

Color information

#CC44EE (or 0xCC44EE) is unknown color: approx Medium Orchid. HEX triplet: CC, 44 and EE. RGB value is (204,68,238). Sum of RGB (Red+Green+Blue) = 204+68+238=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 68 (26.95% from 255 or 13.33% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC44EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC44EE is #33BB11. Grayscale: #7F7F7F. Windows color (decimal): -3390226 or 15615180. OLE color: 15615180.

HSL color Cylindrical-coordinate representation of color #CC44EE: hue angle of 288º 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 #CC44EE is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20468238-
CMYK0.140.7100.07
HSL288º83.33%60%-
HSV(B)288º71.43%93.33%-
XYZ42.423.1483.12-
YUV128.04190.06182.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 68 (26.95% from 255) = 13.33%
BLUE value IS 238 (93.36% from 255) = 46.67%
R=40%
G=13.33%
B=46.67%

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
Decimal204682380.140.7100.0728883.3360
HexCC44EEE4707120533c
Octal314104356161070744012374
Binary110011001000100111011101110100011101111001000001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC44EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC44EE; }

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

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

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

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

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

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

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

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