Html Css Color HEX #D881D0 Orchid

📋 copy color: '#D881D0'

red 216 ◦ green 129 ◦ blue 208

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

Shades of Orchid #D881D0

Tints of Orchid #D881D0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.33%

 BLUE value IS 208 (81.64% from 255) = 37.61%

R = 39.06%
G = 23.33%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D881D0 (or 0xD881D0) is known color: Orchid. HEX triplet: D8, 81 and D0. RGB value is (216,129,208). Sum of RGB (Red+Green+Blue) = 216+129+208=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D881D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881D0 is #277E2F. Grayscale: #A3A3A3. Windows color (decimal): -2588208 or 13664728. OLE color: 13664728.

HSL color Cylindrical-coordinate representation of color #D881D0: hue angle of 305.52º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D881D0 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 129 208 -
CMYK 0 0.40 0.04 0.15
HSL 305.52º 0.53% 0.68% -
HSV(B) 305.52º 0.4% 0.85% -
XYZ 47.55 34.85 63.9 -
YUV 164.02 152.82 165.08 -
System Red Green Blue C M Y K H S L
Decimal 216 129 208 0 0.40 0.04 0.15 305.52 0.53 0.68
Hex D8 81 D0 0 28 4 F 132 35 44
Octal 330 201 320 0 50 4 17 462 65 104
Binary 11011000 10000001 11010000 0 101000 100 1111 100110010 110101 1000100

Color Harmonies of #D881D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881D0

Black with #D881D0

Text Example


Text Example

White with #D881D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881D0; }

 p { color: rgb(216,129,208); }

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

background-color css

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

 a { background-color: rgb(216,129,208); }

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

border-color css

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

 span { border-color: rgb(216,129,208); }

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