#D07DD1

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

Shades of Orchid #D07DD1

Tints of Orchid #D07DD1

Color information

#D07DD1 (or 0xD07DD1) is unknown color: approx Orchid. HEX triplet: D0, 7D and D1. RGB value is (208,125,209). Sum of RGB (Red+Green+Blue) = 208+125+209=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 209 - color contains mainly: blue. Hex color #D07DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DD1 is #2F822E. Grayscale: #9F9F9F. Windows color (decimal): -3113519 or 13729232. OLE color: 13729232.

HSL color Cylindrical-coordinate representation of color #D07DD1: hue angle of 299.29º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07DD1 is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB208125209-
CMYK0.000.4000.18
HSL299.29º47.73%65.49%-
HSV(B)299.29º40.19%81.96%-
XYZ44.8532.6864.27-
YUV159.39156162.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.38%
GREEN value IS 125 (49.22% from 255) = 23.06%
BLUE value IS 209 (82.03% from 255) = 38.56%
R=38.38%
G=23.06%
B=38.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081252090.000.4000.18299.2947.7365.49
HexD07DD102801212b3041
Octal32017532105002245360101
Binary1101000011111011101000101010000100101001010111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07DD1; }

 p { color: rgb(208,125,209); }

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

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

 a { background-color: rgb(208,125,209); }

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

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

 span { border-color: rgb(208,125,209); }

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