#D889CA

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

Shades of Orchid #D889CA

Tints of Orchid #D889CA

Color information

#D889CA (or 0xD889CA) is unknown color: approx Orchid. HEX triplet: D8, 89 and CA. RGB value is (216,137,202). Sum of RGB (Red+Green+Blue) = 216+137+202=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D889CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889CA is #277635. Grayscale: #A7A7A7. Windows color (decimal): -2586166 or 13273560. OLE color: 13273560.

HSL color Cylindrical-coordinate representation of color #D889CA: hue angle of 310.63º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D889CA is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216137202-
CMYK00.370.060.15
HSL310.63º50.32%69.22%-
HSV(B)310.63º36.57%84.71%-
XYZ47.9336.7560.45-
YUV168.03147.17162.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.92%
GREEN value IS 137 (53.91% from 255) = 24.68%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=38.92%
G=24.68%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613720200.370.060.15310.6350.3269.22
HexD889CA0256F1373245
Octal33021131204561746762105
Binary110110001000100111001010010010111011111001101111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D889CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D889CA; }

 p { color: rgb(216,137,202); }

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

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

 a { background-color: rgb(216,137,202); }

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

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

 span { border-color: rgb(216,137,202); }

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