#CD33EE

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

Shades of Medium Orchid #CD33EE

Tints of Medium Orchid #CD33EE

Color information

#CD33EE (or 0xCD33EE) is unknown color: approx Medium Orchid. HEX triplet: CD, 33 and EE. RGB value is (205,51,238). Sum of RGB (Red+Green+Blue) = 205+51+238=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 51 (20.31% from 255 or 10.32% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD33EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD33EE is #32CC11. Grayscale: #757575. Windows color (decimal): -3329042 or 15610829. OLE color: 15610829.

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

Color convert

RGB20551238-
CMYK0.140.7900.07
HSL289.41º84.62%56.67%-
HSV(B)289.41º78.57%93.33%-
XYZ41.7921.5282.84-
YUV118.36195.52189.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 51 (20.31% from 255) = 10.32%
BLUE value IS 238 (93.36% from 255) = 48.18%
R=41.50%
G=10.32%
B=48.18%

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
Decimal205512380.140.7900.07289.4184.6256.67
HexCD33EEE4F071215539
Octal31563356161170744112571
Binary11001101110011111011101110100111101111001000011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD33EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD33EE; }

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

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

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

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

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

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

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

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