Html Css Color HEX #D886C5 Orchid

📋 copy color: '#D886C5'

red 216 ◦ green 134 ◦ blue 197

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

Shades of Orchid #D886C5

Tints of Orchid #D886C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.01%

R = 39.49%
G = 24.5%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D886C5 (or 0xD886C5) is known color: Orchid. HEX triplet: D8, 86 and C5. RGB value is (216,134,197). Sum of RGB (Red+Green+Blue) = 216+134+197=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D886C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886C5 is #27793A. Grayscale: #A5A5A5. Windows color (decimal): -2586939 or 12945112. OLE color: 12945112.

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

Color convert

RGB 216 134 197 -
CMYK 0 0.38 0.09 0.15
HSL 313.9º 0.51% 0.69% -
HSV(B) 313.9º 0.38% 0.85% -
XYZ 46.92 35.68 57.24 -
YUV 165.7 145.67 163.88 -
System Red Green Blue C M Y K H S L
Decimal 216 134 197 0 0.38 0.09 0.15 313.9 0.51 0.69
Hex D8 86 C5 0 26 9 F 13A 33 45
Octal 330 206 305 0 46 11 17 472 63 105
Binary 11011000 10000110 11000101 0 100110 1001 1111 100111010 110011 1000101

Color Harmonies of #D886C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D886C5

Black with #D886C5

Text Example


Text Example

White with #D886C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D886C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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