#CD3DE8

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

Shades of Medium Orchid #CD3DE8

Tints of Medium Orchid #CD3DE8

Color information

#CD3DE8 (or 0xCD3DE8) is unknown color: approx Medium Orchid. HEX triplet: CD, 3D and E8. RGB value is (205,61,232). Sum of RGB (Red+Green+Blue) = 205+61+232=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 61 (24.22% from 255 or 12.25% from 498); Blue value is 232 (91.02% from 255 or 46.59% from 498); Max value from RGB is 232 - color contains mainly: blue. Hex color #CD3DE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3DE8 is #32C217. Grayscale: #7B7B7B. Windows color (decimal): -3326488 or 15220173. OLE color: 15220173.

HSL color Cylindrical-coordinate representation of color #CD3DE8: hue angle of 290.53º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3DE8 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20561232-
CMYK0.120.7400.09
HSL290.53º78.8%57.45%-
HSV(B)290.53º73.71%90.98%-
XYZ41.4122.1478.44-
YUV123.55189.21186.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.16%
GREEN value IS 61 (24.22% from 255) = 12.25%
BLUE value IS 232 (91.02% from 255) = 46.59%
R=41.16%
G=12.25%
B=46.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal205612320.120.7400.09290.5378.857.45
HexCD3DE8C4A091234f39
Octal315753501411201144311771
Binary110011011111011110100011001001010010011001000111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3DE8; }

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

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

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

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

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

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

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

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