#CC33EE

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

Shades of Medium Orchid #CC33EE

Tints of Medium Orchid #CC33EE

Color information

#CC33EE (or 0xCC33EE) is unknown color: approx Medium Orchid. HEX triplet: CC, 33 and EE. RGB value is (204,51,238). Sum of RGB (Red+Green+Blue) = 204+51+238=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 51 (20.31% from 255 or 10.34% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC33EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC33EE is #33CC11. Grayscale: #757575. Windows color (decimal): -3394578 or 15610828. OLE color: 15610828.

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

Color convert

RGB20451238-
CMYK0.140.7900.07
HSL289.09º84.62%56.67%-
HSV(B)289.09º78.57%93.33%-
XYZ41.5221.3882.83-
YUV118.06195.69189.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 51 (20.31% from 255) = 10.34%
BLUE value IS 238 (93.36% from 255) = 48.28%
R=41.38%
G=10.34%
B=48.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204512380.140.7900.07289.0984.6256.67
HexCC33EEE4F071215539
Octal31463356161170744112571
Binary11001100110011111011101110100111101111001000011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC33EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC33EE; }

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

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

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

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

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

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

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

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