#cd4bd7

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

Shades of Medium Orchid #CD4BD7

Tints of Medium Orchid #CD4BD7

Color information

#CD4BD7 (or 0xCD4BD7) is unknown color: approx Medium Orchid. HEX triplet: CD, 4B and D7. RGB value is (205,75,215). Sum of RGB (Red+Green+Blue) = 205+75+215=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD4BD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD4BD7 is #32B428. Grayscale: #818181. Windows color (decimal): -3322921 or 14109645. OLE color: 14109645.

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

Color convert

RGB20575215-
CMYK0.050.6500.16
HSL295.71º63.64%56.86%-
HSV(B)295.71º65.12%84.31%-
XYZ39.9622.9266.61-
YUV129.83176.07181.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 75 (29.69% from 255) = 15.15%
BLUE value IS 215 (84.38% from 255) = 43.43%
R=41.41%
G=15.15%
B=43.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal205752150.050.6500.16295.7163.6456.86
HexCD4BD75410101284039
Octal315113327510102045010071
Binary1100110110010111101011110110000010100001001010001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd4bd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd4bd7; }

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

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

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

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

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

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

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

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