#D07CDD

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

Shades of Orchid #D07CDD

Tints of Orchid #D07CDD

Color information

#D07CDD (or 0xD07CDD) is unknown color: approx Orchid. HEX triplet: D0, 7C and DD. RGB value is (208,124,221). Sum of RGB (Red+Green+Blue) = 208+124+221=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #D07CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CDD is #2F8322. Grayscale: #9F9F9F. Windows color (decimal): -3113763 or 14515408. OLE color: 14515408.

HSL color Cylindrical-coordinate representation of color #D07CDD: hue angle of 291.96º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07CDD is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208124221-
CMYK0.060.4400.13
HSL291.96º58.79%67.65%-
HSV(B)291.96º43.89%86.67%-
XYZ46.2733.0572.35-
YUV160.17162.33162.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.61%
GREEN value IS 124 (48.83% from 255) = 22.42%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=37.61%
G=22.42%
B=39.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081242210.060.4400.13291.9658.7967.65
HexD07CDD62C0D1243b44
Octal32017433565401544473104
Binary11010000111110011011101110101100011011001001001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07CDD; }

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

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

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

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

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

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

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

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