#D07DD4

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

Shades of Orchid #D07DD4

Tints of Orchid #D07DD4

Color information

#D07DD4 (or 0xD07DD4) is unknown color: approx Orchid. HEX triplet: D0, 7D and D4. RGB value is (208,125,212). Sum of RGB (Red+Green+Blue) = 208+125+212=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 212 - color contains mainly: blue. Hex color #D07DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DD4 is #2F822B. Grayscale: #9F9F9F. Windows color (decimal): -3113516 or 13925840. OLE color: 13925840.

HSL color Cylindrical-coordinate representation of color #D07DD4: hue angle of 297.24º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07DD4 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB208125212-
CMYK0.020.4100.17
HSL297.24º50.29%66.08%-
HSV(B)297.24º41.04%83.14%-
XYZ45.2332.8366.24-
YUV159.74157.5162.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.17%
GREEN value IS 125 (49.22% from 255) = 22.94%
BLUE value IS 212 (83.20% from 255) = 38.90%
R=38.17%
G=22.94%
B=38.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2081252120.020.4100.17297.2450.2966.08
HexD07DD42290111293242
Octal32017532425102145162102
Binary11010000111110111010100101010010100011001010011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07DD4; }

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

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

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

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

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

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

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

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