#CD3DEF

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

Shades of Medium Orchid #CD3DEF

Tints of Medium Orchid #CD3DEF

Color information

#CD3DEF (or 0xCD3DEF) is unknown color: approx Medium Orchid. HEX triplet: CD, 3D and EF. RGB value is (205,61,239). Sum of RGB (Red+Green+Blue) = 205+61+239=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 61 (24.22% from 255 or 12.08% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #CD3DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3DEF is #32C210. Grayscale: #7B7B7B. Windows color (decimal): -3326481 or 15678925. OLE color: 15678925.

HSL color Cylindrical-coordinate representation of color #CD3DEF: hue angle of 288.54º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3DEF is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20561239-
CMYK0.140.7400.06
HSL288.54º84.76%58.82%-
HSV(B)288.54º74.48%93.73%-
XYZ42.4322.5583.78-
YUV124.35192.71185.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 61 (24.22% from 255) = 12.08%
BLUE value IS 239 (93.75% from 255) = 47.33%
R=40.59%
G=12.08%
B=47.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal205612390.140.7400.06288.5484.7658.82
HexCD3DEFE4A06121553b
Octal31575357161120644112573
Binary11001101111101111011111110100101001101001000011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3DEF; }

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

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

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

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

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

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

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

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