Html Css Color HEX #D881C7 Orchid

📋 copy color: '#D881C7'

red 216 ◦ green 129 ◦ blue 199

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

Shades of Orchid #D881C7

Tints of Orchid #D881C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.58%

R = 39.71%
G = 23.71%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D881C7 (or 0xD881C7) is known color: Orchid. HEX triplet: D8, 81 and C7. RGB value is (216,129,199). Sum of RGB (Red+Green+Blue) = 216+129+199=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D881C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881C7 is #277E38. Grayscale: #A2A2A2. Windows color (decimal): -2588217 or 13074904. OLE color: 13074904.

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

Color convert

RGB 216 129 199 -
CMYK 0 0.40 0.08 0.15
HSL 311.72º 0.53% 0.68% -
HSV(B) 311.72º 0.4% 0.85% -
XYZ 46.48 34.42 58.23 -
YUV 162.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 216 129 199 0 0.40 0.08 0.15 311.72 0.53 0.68
Hex D8 81 C7 0 28 8 F 138 35 44
Octal 330 201 307 0 50 10 17 470 65 104
Binary 11011000 10000001 11000111 0 101000 1000 1111 100111000 110101 1000100

Color Harmonies of #D881C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881C7

Black with #D881C7

Text Example


Text Example

White with #D881C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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