#CD38D8

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

Shades of Medium Orchid #CD38D8

Tints of Medium Orchid #CD38D8

Color information

#CD38D8 (or 0xCD38D8) is unknown color: approx Medium Orchid. HEX triplet: CD, 38 and D8. RGB value is (205,56,216). Sum of RGB (Red+Green+Blue) = 205+56+216=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 56 (22.27% from 255 or 11.74% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD38D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD38D8 is #32C727. Grayscale: #767676. Windows color (decimal): -3327784 or 14170317. OLE color: 14170317.

HSL color Cylindrical-coordinate representation of color #CD38D8: hue angle of 295.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD38D8 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20556216-
CMYK0.050.7400.15
HSL295.88º67.23%53.33%-
HSV(B)295.88º74.07%84.71%-
XYZ38.9920.7766.92-
YUV118.79182.86189.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.98%
GREEN value IS 56 (22.27% from 255) = 11.74%
BLUE value IS 216 (84.77% from 255) = 45.28%
R=42.98%
G=11.74%
B=45.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205562160.050.7400.15295.8867.2353.33
HexCD38D854A0F1284335
Octal31570330511201745010365
Binary11001101111000110110001011001010011111001010001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD38D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD38D8; }

 p { color: rgb(205,56,216); }

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

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

 a { background-color: rgb(205,56,216); }

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

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

 span { border-color: rgb(205,56,216); }

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