#CD3DEB

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

Shades of Medium Orchid #CD3DEB

Tints of Medium Orchid #CD3DEB

Color information

#CD3DEB (or 0xCD3DEB) is unknown color: approx Medium Orchid. HEX triplet: CD, 3D and EB. RGB value is (205,61,235). Sum of RGB (Red+Green+Blue) = 205+61+235=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 61 (24.22% from 255 or 12.18% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #CD3DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3DEB is #32C214. Grayscale: #7B7B7B. Windows color (decimal): -3326485 or 15416781. OLE color: 15416781.

HSL color Cylindrical-coordinate representation of color #CD3DEB: hue angle of 289.66º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3DEB is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20561235-
CMYK0.130.7400.08
HSL289.66º81.31%58.04%-
HSV(B)289.66º74.04%92.16%-
XYZ41.8422.3180.7-
YUV123.89190.71185.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.92%
GREEN value IS 61 (24.22% from 255) = 12.18%
BLUE value IS 235 (92.19% from 255) = 46.91%
R=40.92%
G=12.18%
B=46.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal205612350.130.7400.08289.6681.3158.04
HexCD3DEBD4A08122513a
Octal315753531511201044212172
Binary110011011111011110101111011001010010001001000101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3DEB; }

 p { color: rgb(205,61,235); }

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

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

 a { background-color: rgb(205,61,235); }

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

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

 span { border-color: rgb(205,61,235); }

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