Html Css Color HEX #D183BF Orchid

📋 copy color: '#D183BF'

red 209 ◦ green 131 ◦ blue 191

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

Shades of Orchid #D183BF

Tints of Orchid #D183BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.97%

R = 39.36%
G = 24.67%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D183BF (or 0xD183BF) is known color: Orchid. HEX triplet: D1, 83 and BF. RGB value is (209,131,191). Sum of RGB (Red+Green+Blue) = 209+131+191=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D183BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D183BF is #2E7C40. Grayscale: #A0A0A0. Windows color (decimal): -3046465 or 12551121. OLE color: 12551121.

HSL color Cylindrical-coordinate representation of color #D183BF: hue angle of 313.85º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D183BF is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 131 191 -
CMYK 0 0.37 0.09 0.18
HSL 313.85º 0.46% 0.67% -
HSV(B) 313.85º 0.37% 0.82% -
XYZ 43.81 33.55 53.46 -
YUV 161.16 144.84 162.12 -
System Red Green Blue C M Y K H S L
Decimal 209 131 191 0 0.37 0.09 0.18 313.85 0.46 0.67
Hex D1 83 BF 0 25 9 12 13A 2E 43
Octal 321 203 277 0 45 11 22 472 56 103
Binary 11010001 10000011 10111111 0 100101 1001 10010 100111010 101110 1000011

Color Harmonies of #D183BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D183BF

Black with #D183BF

Text Example


Text Example

White with #D183BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D183BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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