Html Css Color HEX #D883DD Orchid

📋 copy color: '#D883DD'

red 216 ◦ green 131 ◦ blue 221

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

Shades of Orchid #D883DD

Tints of Orchid #D883DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.06%

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 38.03%
G = 23.06%
B = 38.91%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D883DD (or 0xD883DD) is known color: Orchid. HEX triplet: D8, 83 and DD. RGB value is (216,131,221). Sum of RGB (Red+Green+Blue) = 216+131+221=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #D883DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883DD is #277C22. Grayscale: #A6A6A6. Windows color (decimal): -2587683 or 14517208. OLE color: 14517208.

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

Color convert

RGB 216 131 221 -
CMYK 0.02 0.41 0 0.13
HSL 296.67º 0.57% 0.69% -
HSV(B) 296.67º 0.41% 0.87% -
XYZ 49.49 36.05 72.76 -
YUV 166.68 158.66 163.18 -
System Red Green Blue C M Y K H S L
Decimal 216 131 221 0.02 0.41 0 0.13 296.67 0.57 0.69
Hex D8 83 DD 2 29 0 D 129 39 45
Octal 330 203 335 2 51 0 15 451 71 105
Binary 11011000 10000011 11011101 10 101001 0 1101 100101001 111001 1000101

Color Harmonies of #D883DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D883DD

Black with #D883DD

Text Example


Text Example

White with #D883DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D883DD; }

 p { color: rgb(216,131,221); }

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

background-color css

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

 a { background-color: rgb(216,131,221); }

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

border-color css

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

 span { border-color: rgb(216,131,221); }

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