Html Css Color HEX #D185CE Orchid

📋 copy color: '#D185CE'

red 209 ◦ green 133 ◦ blue 206

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

Shades of Orchid #D185CE

Tints of Orchid #D185CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.59%

R = 38.14%
G = 24.27%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D185CE (or 0xD185CE) is known color: Orchid. HEX triplet: D1, 85 and CE. RGB value is (209,133,206). Sum of RGB (Red+Green+Blue) = 209+133+206=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D185CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185CE is #2E7A31. Grayscale: #A3A3A3. Windows color (decimal): -3045938 or 13534673. OLE color: 13534673.

HSL color Cylindrical-coordinate representation of color #D185CE: hue angle of 302.37º 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 #D185CE is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 133 206 -
CMYK 0 0.36 0.01 0.18
HSL 302.37º 0.45% 0.67% -
HSV(B) 302.37º 0.36% 0.82% -
XYZ 45.82 34.79 62.69 -
YUV 164.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 209 133 206 0 0.36 0.01 0.18 302.37 0.45 0.67
Hex D1 85 CE 0 24 1 12 12E 2D 43
Octal 321 205 316 0 44 1 22 456 55 103
Binary 11010001 10000101 11001110 0 100100 1 10010 100101110 101101 1000011

Color Harmonies of #D185CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D185CE

Black with #D185CE

Text Example


Text Example

White with #D185CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D185CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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