Html Css Color HEX #D881CE Orchid

📋 copy color: '#D881CE'

red 216 ◦ green 129 ◦ blue 206

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

Shades of Orchid #D881CE

Tints of Orchid #D881CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 39.2%
G = 23.41%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D881CE (or 0xD881CE) is known color: Orchid. HEX triplet: D8, 81 and CE. RGB value is (216,129,206). Sum of RGB (Red+Green+Blue) = 216+129+206=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D881CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881CE is #277E31. Grayscale: #A3A3A3. Windows color (decimal): -2588210 or 13533656. OLE color: 13533656.

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

Color convert

RGB 216 129 206 -
CMYK 0 0.40 0.05 0.15
HSL 306.9º 0.53% 0.68% -
HSV(B) 306.9º 0.4% 0.85% -
XYZ 47.31 34.76 62.61 -
YUV 163.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 216 129 206 0 0.40 0.05 0.15 306.9 0.53 0.68
Hex D8 81 CE 0 28 5 F 133 35 44
Octal 330 201 316 0 50 5 17 463 65 104
Binary 11011000 10000001 11001110 0 101000 101 1111 100110011 110101 1000100

Color Harmonies of #D881CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881CE

Black with #D881CE

Text Example


Text Example

White with #D881CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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