#D67DBD

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

Shades of Orchid #D67DBD

Tints of Orchid #D67DBD

Color information

#D67DBD (or 0xD67DBD) is unknown color: approx Orchid. HEX triplet: D6, 7D and BD. RGB value is (214,125,189). Sum of RGB (Red+Green+Blue) = 214+125+189=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DBD is #298242. Grayscale: #9E9E9E. Windows color (decimal): -2720323 or 12418518. OLE color: 12418518.

HSL color Cylindrical-coordinate representation of color #D67DBD: hue angle of 316.85º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67DBD is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214125189-
CMYK00.420.120.16
HSL316.85º52.05%66.47%-
HSV(B)316.85º41.59%83.92%-
XYZ44.2532.6452.11-
YUV158.91144.99167.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 125 (49.22% from 255) = 23.67%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=40.53%
G=23.67%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412518900.420.120.16316.8552.0566.47
HexD67DBD02AC1013d3442
Octal326175275052142047564102
Binary1101011011111011011110101010101100100001001111011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67DBD; }

 p { color: rgb(214,125,189); }

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

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

 a { background-color: rgb(214,125,189); }

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

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

 span { border-color: rgb(214,125,189); }

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