Html Css Color HEX #D185D8 Orchid

📋 copy color: '#D185D8'

red 209 ◦ green 133 ◦ blue 216

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

Shades of Orchid #D185D8

Tints of Orchid #D185D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.71%

R = 37.46%
G = 23.84%
B = 38.71%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D185D8 (or 0xD185D8) is known color: Orchid. HEX triplet: D1, 85 and D8. RGB value is (209,133,216). Sum of RGB (Red+Green+Blue) = 209+133+216=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #D185D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185D8 is #2E7A27. Grayscale: #A4A4A4. Windows color (decimal): -3045928 or 14190033. OLE color: 14190033.

HSL color Cylindrical-coordinate representation of color #D185D8: hue angle of 294.94º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D185D8 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 133 216 -
CMYK 0.03 0.38 0 0.15
HSL 294.94º 0.52% 0.68% -
HSV(B) 294.94º 0.38% 0.85% -
XYZ 47.08 35.29 69.3 -
YUV 165.19 156.68 159.25 -
System Red Green Blue C M Y K H S L
Decimal 209 133 216 0.03 0.38 0 0.15 294.94 0.52 0.68
Hex D1 85 D8 3 26 0 F 127 34 44
Octal 321 205 330 3 46 0 17 447 64 104
Binary 11010001 10000101 11011000 11 100110 0 1111 100100111 110100 1000100

Color Harmonies of #D185D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D185D8

Black with #D185D8

Text Example


Text Example

White with #D185D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D185D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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