Html Css Color HEX #D881C9 Orchid

📋 copy color: '#D881C9'

red 216 ◦ green 129 ◦ blue 201

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

Shades of Orchid #D881C9

Tints of Orchid #D881C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.81%

R = 39.56%
G = 23.63%
B = 36.81%

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

#D881C9 (or 0xD881C9) is known color: Orchid. HEX triplet: D8, 81 and C9. RGB value is (216,129,201). Sum of RGB (Red+Green+Blue) = 216+129+201=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D881C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881C9 is #277E36. Grayscale: #A3A3A3. Windows color (decimal): -2588215 or 13205976. OLE color: 13205976.

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

Color convert

RGB 216 129 201 -
CMYK 0 0.40 0.07 0.15
HSL 310.34º 0.53% 0.68% -
HSV(B) 310.34º 0.4% 0.85% -
XYZ 46.71 34.52 59.46 -
YUV 163.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 216 129 201 0 0.40 0.07 0.15 310.34 0.53 0.68
Hex D8 81 C9 0 28 7 F 136 35 44
Octal 330 201 311 0 50 7 17 466 65 104
Binary 11011000 10000001 11001001 0 101000 111 1111 100110110 110101 1000100

Color Harmonies of #D881C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881C9

Black with #D881C9

Text Example


Text Example

White with #D881C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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