Html Css Color HEX #D884DE Orchid

📋 copy color: '#D884DE'

red 216 ◦ green 132 ◦ blue 222

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

Shades of Orchid #D884DE

Tints of Orchid #D884DE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.16%

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

R = 37.89%
G = 23.16%
B = 38.95%

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

#D884DE (or 0xD884DE) is known color: Orchid. HEX triplet: D8, 84 and DE. RGB value is (216,132,222). Sum of RGB (Red+Green+Blue) = 216+132+222=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #D884DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884DE is #277B21. Grayscale: #A7A7A7. Windows color (decimal): -2587426 or 14583000. OLE color: 14583000.

HSL color Cylindrical-coordinate representation of color #D884DE: hue angle of 296º 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 #D884DE is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 132 222 -
CMYK 0.03 0.41 0 0.13
HSL 296º 0.58% 0.69% -
HSV(B) 296º 0.41% 0.87% -
XYZ 49.75 36.38 73.51 -
YUV 167.38 158.83 162.68 -
System Red Green Blue C M Y K H S L
Decimal 216 132 222 0.03 0.41 0 0.13 296 0.58 0.69
Hex D8 84 DE 3 29 0 D 128 3A 45
Octal 330 204 336 3 51 0 15 450 72 105
Binary 11011000 10000100 11011110 11 101001 0 1101 100101000 111010 1000101

Color Harmonies of #D884DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D884DE

Black with #D884DE

Text Example


Text Example

White with #D884DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D884DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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