#d869da

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

Shades of Orchid #D869DA

Tints of Orchid #D869DA

Color information

#D869DA (or 0xD869DA) is unknown color: approx Orchid. HEX triplet: D8, 69 and DA. RGB value is (216,105,218). Sum of RGB (Red+Green+Blue) = 216+105+218=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #D869DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869DA is #279625. Grayscale: #969696. Windows color (decimal): -2594342 or 14313944. OLE color: 14313944.

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

Color convert

RGB216105218-
CMYK0.010.5200.15
HSL298.94º60.43%63.33%-
HSV(B)298.94º51.83%85.49%-
XYZ46.0329.7669.65-
YUV151.07165.77174.31-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.07%
GREEN value IS 105 (41.41% from 255) = 19.48%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=40.07%
G=19.48%
B=40.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161052180.010.5200.15298.9460.4363.33
HexD869DA1340F12b3c3f
Octal3301513321640174537477
Binary11011000110100111011010111010001111100101011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d869da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d869da; }

 p { color: rgb(216,105,218); }

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

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

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

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

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

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

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