Html Css Color HEX #D881C8 Orchid

📋 copy color: '#D881C8'

red 216 ◦ green 129 ◦ blue 200

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

Shades of Orchid #D881C8

Tints of Orchid #D881C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.7%

R = 39.63%
G = 23.67%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D881C8 (or 0xD881C8) is known color: Orchid. HEX triplet: D8, 81 and C8. RGB value is (216,129,200). Sum of RGB (Red+Green+Blue) = 216+129+200=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D881C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881C8 is #277E37. Grayscale: #A2A2A2. Windows color (decimal): -2588216 or 13140440. OLE color: 13140440.

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

Color convert

RGB 216 129 200 -
CMYK 0 0.40 0.07 0.15
HSL 311.03º 0.53% 0.68% -
HSV(B) 311.03º 0.4% 0.85% -
XYZ 46.59 34.47 58.84 -
YUV 163.11 148.82 165.73 -
System Red Green Blue C M Y K H S L
Decimal 216 129 200 0 0.40 0.07 0.15 311.03 0.53 0.68
Hex D8 81 C8 0 28 7 F 137 35 44
Octal 330 201 310 0 50 7 17 467 65 104
Binary 11011000 10000001 11001000 0 101000 111 1111 100110111 110101 1000100

Color Harmonies of #D881C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881C8

Black with #D881C8

Text Example


Text Example

White with #D881C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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