Html Css Color HEX #D185DC Orchid

📋 copy color: '#D185DC'

red 209 ◦ green 133 ◦ blue 220

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

Shades of Orchid #D185DC

Tints of Orchid #D185DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.15%

R = 37.19%
G = 23.67%
B = 39.15%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D185DC (or 0xD185DC) is known color: Orchid. HEX triplet: D1, 85 and DC. RGB value is (209,133,220). Sum of RGB (Red+Green+Blue) = 209+133+220=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #D185DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185DC is #2E7A23. Grayscale: #A5A5A5. Windows color (decimal): -3045924 or 14452177. OLE color: 14452177.

HSL color Cylindrical-coordinate representation of color #D185DC: hue angle of 292.41º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D185DC is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 133 220 -
CMYK 0.05 0.40 0 0.14
HSL 292.41º 0.55% 0.69% -
HSV(B) 292.41º 0.4% 0.86% -
XYZ 47.6 35.5 72.05 -
YUV 165.64 158.68 158.93 -
System Red Green Blue C M Y K H S L
Decimal 209 133 220 0.05 0.40 0 0.14 292.41 0.55 0.69
Hex D1 85 DC 5 28 0 E 124 37 45
Octal 321 205 334 5 50 0 16 444 67 105
Binary 11010001 10000101 11011100 101 101000 0 1110 100100100 110111 1000101

Color Harmonies of #D185DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D185DC

Black with #D185DC

Text Example


Text Example

White with #D185DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D185DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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