Html Css Color HEX #D183D6 Orchid

📋 copy color: '#D183D6'

red 209 ◦ green 131 ◦ blue 214

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

Shades of Orchid #D183D6

Tints of Orchid #D183D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.63%

R = 37.73%
G = 23.65%
B = 38.63%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D183D6 (or 0xD183D6) is known color: Orchid. HEX triplet: D1, 83 and D6. RGB value is (209,131,214). Sum of RGB (Red+Green+Blue) = 209+131+214=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 214 - color contains mainly: blue. Hex color #D183D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D183D6 is #2E7C29. Grayscale: #A3A3A3. Windows color (decimal): -3046442 or 14058449. OLE color: 14058449.

HSL color Cylindrical-coordinate representation of color #D183D6: hue angle of 296.39º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D183D6 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 131 214 -
CMYK 0.02 0.39 0 0.16
HSL 296.39º 0.5% 0.68% -
HSV(B) 296.39º 0.39% 0.84% -
XYZ 46.55 34.64 67.85 -
YUV 163.78 156.34 160.25 -
System Red Green Blue C M Y K H S L
Decimal 209 131 214 0.02 0.39 0 0.16 296.39 0.5 0.68
Hex D1 83 D6 2 27 0 10 128 32 44
Octal 321 203 326 2 47 0 20 450 62 104
Binary 11010001 10000011 11010110 10 100111 0 10000 100101000 110010 1000100

Color Harmonies of #D183D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D183D6

Black with #D183D6

Text Example


Text Example

White with #D183D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D183D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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