Html Css Color HEX #D882DE Orchid

📋 copy color: '#D882DE'

red 216 ◦ green 130 ◦ blue 222

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

Shades of Orchid #D882DE

Tints of Orchid #D882DE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.89%

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

R = 38.03%
G = 22.89%
B = 39.08%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D882DE (or 0xD882DE) is known color: Orchid. HEX triplet: D8, 82 and DE. RGB value is (216,130,222). Sum of RGB (Red+Green+Blue) = 216+130+222=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #D882DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882DE is #277D21. Grayscale: #A5A5A5. Windows color (decimal): -2587938 or 14582488. OLE color: 14582488.

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

Color convert

RGB 216 130 222 -
CMYK 0.03 0.41 0 0.13
HSL 296.09º 0.58% 0.69% -
HSV(B) 296.09º 0.41% 0.87% -
XYZ 49.49 35.84 73.42 -
YUV 166.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 216 130 222 0.03 0.41 0 0.13 296.09 0.58 0.69
Hex D8 82 DE 3 29 0 D 128 3A 45
Octal 330 202 336 3 51 0 15 450 72 105
Binary 11011000 10000010 11011110 11 101001 0 1101 100101000 111010 1000101

Color Harmonies of #D882DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D882DE

Black with #D882DE

Text Example


Text Example

White with #D882DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D882DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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