Html Css Color HEX #D887C4 Orchid

📋 copy color: '#D887C4'

red 216 ◦ green 135 ◦ blue 196

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

Shades of Orchid #D887C4

Tints of Orchid #D887C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.83%

R = 39.49%
G = 24.68%
B = 35.83%

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

#D887C4 (or 0xD887C4) is known color: Orchid. HEX triplet: D8, 87 and C4. RGB value is (216,135,196). Sum of RGB (Red+Green+Blue) = 216+135+196=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 135 (53.12% from 255 or 24.68% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D887C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887C4 is #27783B. Grayscale: #A6A6A6. Windows color (decimal): -2586684 or 12879832. OLE color: 12879832.

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

Color convert

RGB 216 135 196 -
CMYK 0 0.38 0.09 0.15
HSL 314.81º 0.51% 0.69% -
HSV(B) 314.81º 0.38% 0.85% -
XYZ 46.95 35.91 56.68 -
YUV 166.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 216 135 196 0 0.38 0.09 0.15 314.81 0.51 0.69
Hex D8 87 C4 0 26 9 F 13B 33 45
Octal 330 207 304 0 46 11 17 473 63 105
Binary 11011000 10000111 11000100 0 100110 1001 1111 100111011 110011 1000101

Color Harmonies of #D887C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D887C4

Black with #D887C4

Text Example


Text Example

White with #D887C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D887C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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