Html Css Color HEX #D888D1 Orchid

📋 copy color: '#D888D1'

red 216 ◦ green 136 ◦ blue 209

#D888D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D888D1

Tints of Orchid #D888D1

RGB

 RED value IS 216 (84.77% from 255) = 38.5%

 GREEN value IS 136 (53.52% from 255) = 24.24%

 BLUE value IS 209 (82.03% from 255) = 37.25%

R = 38.5%
G = 24.24%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D888D1 (or 0xD888D1) is known color: Orchid. HEX triplet: D8, 88 and D1. RGB value is (216,136,209). Sum of RGB (Red+Green+Blue) = 216+136+209=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D888D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D888D1 is #27772E. Grayscale: #A8A8A8. Windows color (decimal): -2586415 or 13732056. OLE color: 13732056.

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

Color convert

RGB 216 136 209 -
CMYK 0 0.37 0.03 0.15
HSL 305.25º 0.51% 0.69% -
HSV(B) 305.25º 0.37% 0.85% -
XYZ 48.63 36.81 64.86 -
YUV 168.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 216 136 209 0 0.37 0.03 0.15 305.25 0.51 0.69
Hex D8 88 D1 0 25 3 F 131 33 45
Octal 330 210 321 0 45 3 17 461 63 105
Binary 11011000 10001000 11010001 0 100101 11 1111 100110001 110011 1000101

Color Harmonies of #D888D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D888D1

Black with #D888D1

Text Example


Text Example

White with #D888D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D888D1; }

 p { color: rgb(216,136,209); }

 H1.HeaderClassName
 {
   color: #D888D1;
 }
 .AnyTagClassName
 {
   color: #D888D1;
 }
</style>

background-color css

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

 a { background-color: rgb(216,136,209); }

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

border-color css

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

 span { border-color: rgb(216,136,209); }

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