Html Css Color HEX #D883D5 Orchid

📋 copy color: '#D883D5'

red 216 ◦ green 131 ◦ blue 213

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

Shades of Orchid #D883D5

Tints of Orchid #D883D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.04%

R = 38.57%
G = 23.39%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D883D5 (or 0xD883D5) is known color: Orchid. HEX triplet: D8, 83 and D5. RGB value is (216,131,213). Sum of RGB (Red+Green+Blue) = 216+131+213=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D883D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883D5 is #277C2A. Grayscale: #A5A5A5. Windows color (decimal): -2587691 or 13992920. OLE color: 13992920.

HSL color Cylindrical-coordinate representation of color #D883D5: hue angle of 302.12º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D883D5 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 131 213 -
CMYK 0 0.39 0.01 0.15
HSL 302.12º 0.52% 0.68% -
HSV(B) 302.12º 0.39% 0.85% -
XYZ 48.45 35.64 67.28 -
YUV 165.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 216 131 213 0 0.39 0.01 0.15 302.12 0.52 0.68
Hex D8 83 D5 0 27 1 F 12E 34 44
Octal 330 203 325 0 47 1 17 456 64 104
Binary 11011000 10000011 11010101 0 100111 1 1111 100101110 110100 1000100

Color Harmonies of #D883D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D883D5

Black with #D883D5

Text Example


Text Example

White with #D883D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D883D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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