#D969D9

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

Shades of Orchid #D969D9

Tints of Orchid #D969D9

Color information

#D969D9 (or 0xD969D9) is unknown color: approx Orchid. HEX triplet: D9, 69 and D9. RGB value is (217,105,217). Sum of RGB (Red+Green+Blue) = 217+105+217=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D969D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969D9 is #269626. Grayscale: #969696. Windows color (decimal): -2528807 or 14248409. OLE color: 14248409.

HSL color Cylindrical-coordinate representation of color #D969D9: hue angle of 300º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D969D9 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB217105217-
CMYK00.5200.15
HSL300º59.57%63.14%-
HSV(B)300º51.61%85.1%-
XYZ46.1929.8668.98-
YUV151.26165.11174.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 105 (41.41% from 255) = 19.48%
BLUE value IS 217 (85.16% from 255) = 40.26%
R=40.26%
G=19.48%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710521700.5200.1530059.5763.14
HexD969D90340F12c3c3f
Octal3311513310640174547477
Binary11011001110100111011001011010001111100101100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D969D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D969D9; }

 p { color: rgb(217,105,217); }

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

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

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

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

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

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

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