Html Css Color HEX #D183DD Orchid

📋 copy color: '#D183DD'

red 209 ◦ green 131 ◦ blue 221

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

Shades of Orchid #D183DD

Tints of Orchid #D183DD

RGB

 RED value IS 209 (82.03% from 255) = 37.25%

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

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

R = 37.25%
G = 23.35%
B = 39.39%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D183DD (or 0xD183DD) is known color: Orchid. HEX triplet: D1, 83 and DD. RGB value is (209,131,221). Sum of RGB (Red+Green+Blue) = 209+131+221=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #D183DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D183DD is #2E7C22. Grayscale: #A4A4A4. Windows color (decimal): -3046435 or 14517201. OLE color: 14517201.

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

Color convert

RGB 209 131 221 -
CMYK 0.05 0.41 0 0.13
HSL 292º 0.57% 0.69% -
HSV(B) 292º 0.41% 0.87% -
XYZ 47.46 35.01 72.66 -
YUV 164.58 159.84 159.68 -
System Red Green Blue C M Y K H S L
Decimal 209 131 221 0.05 0.41 0 0.13 292 0.57 0.69
Hex D1 83 DD 5 29 0 D 124 39 45
Octal 321 203 335 5 51 0 15 444 71 105
Binary 11010001 10000011 11011101 101 101001 0 1101 100100100 111001 1000101

Color Harmonies of #D183DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D183DD

Black with #D183DD

Text Example


Text Example

White with #D183DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D183DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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