#CC33ED

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

Shades of Medium Orchid #CC33ED

Tints of Medium Orchid #CC33ED

Color information

#CC33ED (or 0xCC33ED) is unknown color: approx Medium Orchid. HEX triplet: CC, 33 and ED. RGB value is (204,51,237). Sum of RGB (Red+Green+Blue) = 204+51+237=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 51 (20.31% from 255 or 10.37% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC33ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC33ED is #33CC12. Grayscale: #757575. Windows color (decimal): -3394579 or 15545292. OLE color: 15545292.

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

Color convert

RGB20451237-
CMYK0.140.7800.07
HSL289.35º83.78%56.47%-
HSV(B)289.35º78.48%92.94%-
XYZ41.3721.3282.06-
YUV117.95195.19189.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 51 (20.31% from 255) = 10.37%
BLUE value IS 237 (92.97% from 255) = 48.17%
R=41.46%
G=10.37%
B=48.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204512370.140.7800.07289.3583.7856.47
HexCC33EDE4E071215438
Octal31463355161160744112470
Binary11001100110011111011011110100111001111001000011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC33ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC33ED; }

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

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

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

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

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

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

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

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