#D969D3

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

Shades of Orchid #D969D3

Tints of Orchid #D969D3

Color information

#D969D3 (or 0xD969D3) is unknown color: approx Orchid. HEX triplet: D9, 69 and D3. RGB value is (217,105,211). Sum of RGB (Red+Green+Blue) = 217+105+211=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D969D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969D3 is #26962C. Grayscale: #969696. Windows color (decimal): -2528813 or 13855193. OLE color: 13855193.

HSL color Cylindrical-coordinate representation of color #D969D3: hue angle of 303.21º 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 #D969D3 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB217105211-
CMYK00.520.030.15
HSL303.21º59.57%63.14%-
HSV(B)303.21º51.61%85.1%-
XYZ45.4229.5664.94-
YUV150.57162.11175.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 105 (41.41% from 255) = 19.70%
BLUE value IS 211 (82.81% from 255) = 39.59%
R=40.71%
G=19.70%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710521100.520.030.15303.2159.5763.14
HexD969D30343F12f3c3f
Octal3311513230643174577477
Binary110110011101001110100110110100111111100101111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D969D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D969D3; }

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

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

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

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

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

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

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

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