Html Css Color HEX #D183DC Orchid

📋 copy color: '#D183DC'

red 209 ◦ green 131 ◦ blue 220

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

Shades of Orchid #D183DC

Tints of Orchid #D183DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.29%

R = 37.32%
G = 23.39%
B = 39.29%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D183DC (or 0xD183DC) is known color: Orchid. HEX triplet: D1, 83 and DC. RGB value is (209,131,220). Sum of RGB (Red+Green+Blue) = 209+131+220=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #D183DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D183DC is #2E7C23. Grayscale: #A4A4A4. Windows color (decimal): -3046436 or 14451665. OLE color: 14451665.

HSL color Cylindrical-coordinate representation of color #D183DC: hue angle of 292.58º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D183DC is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 131 220 -
CMYK 0.05 0.40 0 0.14
HSL 292.58º 0.56% 0.69% -
HSV(B) 292.58º 0.4% 0.86% -
XYZ 47.33 34.96 71.96 -
YUV 164.47 159.34 159.76 -
System Red Green Blue C M Y K H S L
Decimal 209 131 220 0.05 0.40 0 0.14 292.58 0.56 0.69
Hex D1 83 DC 5 28 0 E 125 38 45
Octal 321 203 334 5 50 0 16 445 70 105
Binary 11010001 10000011 11011100 101 101000 0 1110 100100101 111000 1000101

Color Harmonies of #D183DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D183DC

Black with #D183DC

Text Example


Text Example

White with #D183DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D183DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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