#CD42D7

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

Shades of Medium Orchid #CD42D7

Tints of Medium Orchid #CD42D7

Color information

#CD42D7 (or 0xCD42D7) is unknown color: approx Medium Orchid. HEX triplet: CD, 42 and D7. RGB value is (205,66,215). Sum of RGB (Red+Green+Blue) = 205+66+215=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD42D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD42D7 is #32BD28. Grayscale: #7C7C7C. Windows color (decimal): -3325225 or 14107341. OLE color: 14107341.

HSL color Cylindrical-coordinate representation of color #CD42D7: hue angle of 295.97º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD42D7 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20566215-
CMYK0.050.6900.16
HSL295.97º65.07%55.1%-
HSV(B)295.97º69.3%84.31%-
XYZ39.3921.7866.42-
YUV124.55179.05185.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 66 (26.17% from 255) = 13.58%
BLUE value IS 215 (84.38% from 255) = 44.24%
R=42.18%
G=13.58%
B=44.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal205662150.050.6900.16295.9765.0755.1
HexCD42D75450101284137
Octal315102327510502045010167
Binary1100110110000101101011110110001010100001001010001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD42D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD42D7; }

 p { color: rgb(205,66,215); }

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

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

 a { background-color: rgb(205,66,215); }

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

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

 span { border-color: rgb(205,66,215); }

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