Html Css Color HEX #D887CB Orchid

📋 copy color: '#D887CB'

red 216 ◦ green 135 ◦ blue 203

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

Shades of Orchid #D887CB

Tints of Orchid #D887CB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.37%

 BLUE value IS 203 (79.69% from 255) = 36.64%

R = 38.99%
G = 24.37%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D887CB (or 0xD887CB) is known color: Orchid. HEX triplet: D8, 87 and CB. RGB value is (216,135,203). Sum of RGB (Red+Green+Blue) = 216+135+203=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D887CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887CB is #277834. Grayscale: #A6A6A6. Windows color (decimal): -2586677 or 13338584. OLE color: 13338584.

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

Color convert

RGB 216 135 203 -
CMYK 0 0.38 0.06 0.15
HSL 309.63º 0.51% 0.69% -
HSV(B) 309.63º 0.38% 0.85% -
XYZ 47.76 36.24 60.98 -
YUV 166.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 216 135 203 0 0.38 0.06 0.15 309.63 0.51 0.69
Hex D8 87 CB 0 26 6 F 136 33 45
Octal 330 207 313 0 46 6 17 466 63 105
Binary 11011000 10000111 11001011 0 100110 110 1111 100110110 110011 1000101

Color Harmonies of #D887CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D887CB

Black with #D887CB

Text Example


Text Example

White with #D887CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D887CB; }

 p { color: rgb(216,135,203); }

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

background-color css

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

 a { background-color: rgb(216,135,203); }

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

border-color css

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

 span { border-color: rgb(216,135,203); }

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