Html Css Color HEX #D185D0 Orchid

📋 copy color: '#D185D0'

red 209 ◦ green 133 ◦ blue 208

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

Shades of Orchid #D185D0

Tints of Orchid #D185D0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.18%

 BLUE value IS 208 (81.64% from 255) = 37.82%

R = 38%
G = 24.18%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D185D0 (or 0xD185D0) is known color: Orchid. HEX triplet: D1, 85 and D0. RGB value is (209,133,208). Sum of RGB (Red+Green+Blue) = 209+133+208=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D185D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185D0 is #2E7A2F. Grayscale: #A4A4A4. Windows color (decimal): -3045936 or 13665745. OLE color: 13665745.

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

Color convert

RGB 209 133 208 -
CMYK 0 0.36 0.00 0.18
HSL 300.79º 0.45% 0.67% -
HSV(B) 300.79º 0.36% 0.82% -
XYZ 46.07 34.88 63.98 -
YUV 164.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 209 133 208 0 0.36 0.00 0.18 300.79 0.45 0.67
Hex D1 85 D0 0 24 0 12 12D 2D 43
Octal 321 205 320 0 44 0 22 455 55 103
Binary 11010001 10000101 11010000 0 100100 0 10010 100101101 101101 1000011

Color Harmonies of #D185D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D185D0

Black with #D185D0

Text Example


Text Example

White with #D185D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D185D0; }

 p { color: rgb(209,133,208); }

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

background-color css

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

 a { background-color: rgb(209,133,208); }

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

border-color css

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

 span { border-color: rgb(209,133,208); }

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