#cd38df

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

Shades of Medium Orchid #CD38DF

Tints of Medium Orchid #CD38DF

Color information

#CD38DF (or 0xCD38DF) is unknown color: approx Medium Orchid. HEX triplet: CD, 38 and DF. RGB value is (205,56,223). Sum of RGB (Red+Green+Blue) = 205+56+223=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 56 (22.27% from 255 or 11.57% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD38DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD38DF is #32C720. Grayscale: #777777. Windows color (decimal): -3327777 or 14629069. OLE color: 14629069.

HSL color Cylindrical-coordinate representation of color #CD38DF: hue angle of 293.53º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD38DF is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20556223-
CMYK0.080.7500.13
HSL293.53º72.29%54.71%-
HSV(B)293.53º74.89%87.45%-
XYZ39.9121.1471.79-
YUV119.59186.36188.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.36%
GREEN value IS 56 (22.27% from 255) = 11.57%
BLUE value IS 223 (87.5% from 255) = 46.07%
R=42.36%
G=11.57%
B=46.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205562230.080.7500.13293.5372.2954.71
HexCD38DF84B0D1264837
Octal315703371011301544611067
Binary110011011110001101111110001001011011011001001101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd38df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd38df; }

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

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

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

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

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

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

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

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