Html Css Color HEX #D881DE Orchid

📋 copy color: '#D881DE'

red 216 ◦ green 129 ◦ blue 222

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

Shades of Orchid #D881DE

Tints of Orchid #D881DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.15%

R = 38.1%
G = 22.75%
B = 39.15%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D881DE (or 0xD881DE) is known color: Orchid. HEX triplet: D8, 81 and DE. RGB value is (216,129,222). Sum of RGB (Red+Green+Blue) = 216+129+222=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #D881DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881DE is #277E21. Grayscale: #A5A5A5. Windows color (decimal): -2588194 or 14582232. OLE color: 14582232.

HSL color Cylindrical-coordinate representation of color #D881DE: hue angle of 296.13º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D881DE is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 129 222 -
CMYK 0.03 0.42 0 0.13
HSL 296.13º 0.58% 0.69% -
HSV(B) 296.13º 0.42% 0.87% -
XYZ 49.35 35.57 73.37 -
YUV 165.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 216 129 222 0.03 0.42 0 0.13 296.13 0.58 0.69
Hex D8 81 DE 3 2A 0 D 128 3A 45
Octal 330 201 336 3 52 0 15 450 72 105
Binary 11011000 10000001 11011110 11 101010 0 1101 100101000 111010 1000101

Color Harmonies of #D881DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881DE

Black with #D881DE

Text Example


Text Example

White with #D881DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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