Html Css Color HEX #D886CB Orchid

📋 copy color: '#D886CB'

red 216 ◦ green 134 ◦ blue 203

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

Shades of Orchid #D886CB

Tints of Orchid #D886CB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.23%

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

R = 39.06%
G = 24.23%
B = 36.71%

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

#D886CB (or 0xD886CB) is known color: Orchid. HEX triplet: D8, 86 and CB. RGB value is (216,134,203). Sum of RGB (Red+Green+Blue) = 216+134+203=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D886CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886CB is #277934. Grayscale: #A6A6A6. Windows color (decimal): -2586933 or 13338328. OLE color: 13338328.

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

Color convert

RGB 216 134 203 -
CMYK 0 0.38 0.06 0.15
HSL 309.51º 0.51% 0.69% -
HSV(B) 309.51º 0.38% 0.85% -
XYZ 47.62 35.96 60.93 -
YUV 166.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 216 134 203 0 0.38 0.06 0.15 309.51 0.51 0.69
Hex D8 86 CB 0 26 6 F 136 33 45
Octal 330 206 313 0 46 6 17 466 63 105
Binary 11011000 10000110 11001011 0 100110 110 1111 100110110 110011 1000101

Color Harmonies of #D886CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D886CB

Black with #D886CB

Text Example


Text Example

White with #D886CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D886CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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