Html Css Color HEX #D881D5 Orchid

📋 copy color: '#D881D5'

red 216 ◦ green 129 ◦ blue 213

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

Shades of Orchid #D881D5

Tints of Orchid #D881D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.17%

R = 38.71%
G = 23.12%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D881D5 (or 0xD881D5) is known color: Orchid. HEX triplet: D8, 81 and D5. RGB value is (216,129,213). Sum of RGB (Red+Green+Blue) = 216+129+213=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D881D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881D5 is #277E2A. Grayscale: #A4A4A4. Windows color (decimal): -2588203 or 13992408. OLE color: 13992408.

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

Color convert

RGB 216 129 213 -
CMYK 0 0.40 0.01 0.15
HSL 302.07º 0.53% 0.68% -
HSV(B) 302.07º 0.4% 0.85% -
XYZ 48.18 35.1 67.19 -
YUV 164.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 216 129 213 0 0.40 0.01 0.15 302.07 0.53 0.68
Hex D8 81 D5 0 28 1 F 12E 35 44
Octal 330 201 325 0 50 1 17 456 65 104
Binary 11011000 10000001 11010101 0 101000 1 1111 100101110 110101 1000100

Color Harmonies of #D881D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881D5

Black with #D881D5

Text Example


Text Example

White with #D881D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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