Html Css Color HEX #D881D7 Orchid

📋 copy color: '#D881D7'

red 216 ◦ green 129 ◦ blue 215

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

Shades of Orchid #D881D7

Tints of Orchid #D881D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.39%

R = 38.57%
G = 23.04%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D881D7 (or 0xD881D7) is known color: Orchid. HEX triplet: D8, 81 and D7. RGB value is (216,129,215). Sum of RGB (Red+Green+Blue) = 216+129+215=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D881D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881D7 is #277E28. Grayscale: #A4A4A4. Windows color (decimal): -2588201 or 14123480. OLE color: 14123480.

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

Color convert

RGB 216 129 215 -
CMYK 0 0.40 0.00 0.15
HSL 300.69º 0.53% 0.68% -
HSV(B) 300.69º 0.4% 0.85% -
XYZ 48.43 35.21 68.53 -
YUV 164.82 156.32 164.51 -
System Red Green Blue C M Y K H S L
Decimal 216 129 215 0 0.40 0.00 0.15 300.69 0.53 0.68
Hex D8 81 D7 0 28 0 F 12D 35 44
Octal 330 201 327 0 50 0 17 455 65 104
Binary 11011000 10000001 11010111 0 101000 0 1111 100101101 110101 1000100

Color Harmonies of #D881D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881D7

Black with #D881D7

Text Example


Text Example

White with #D881D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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