#D07CD9

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

Shades of Orchid #D07CD9

Tints of Orchid #D07CD9

Color information

#D07CD9 (or 0xD07CD9) is unknown color: approx Orchid. HEX triplet: D0, 7C and D9. RGB value is (208,124,217). Sum of RGB (Red+Green+Blue) = 208+124+217=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 217 - color contains mainly: blue. Hex color #D07CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CD9 is #2F8326. Grayscale: #9F9F9F. Windows color (decimal): -3113767 or 14253264. OLE color: 14253264.

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

Color convert

RGB208124217-
CMYK0.040.4300.15
HSL294.19º55.03%66.86%-
HSV(B)294.19º42.86%85.1%-
XYZ45.7432.8369.57-
YUV159.72160.33162.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.89%
GREEN value IS 124 (48.83% from 255) = 22.59%
BLUE value IS 217 (85.16% from 255) = 39.53%
R=37.89%
G=22.59%
B=39.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081242170.040.4300.15294.1955.0366.86
HexD07CD942B0F1263743
Octal32017433145301744667103
Binary11010000111110011011001100101011011111001001101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07CD9; }

 p { color: rgb(208,124,217); }

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

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

 a { background-color: rgb(208,124,217); }

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

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

 span { border-color: rgb(208,124,217); }

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