Html Css Color HEX #D185DD Orchid

📋 copy color: '#D185DD'

red 209 ◦ green 133 ◦ blue 221

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

Shades of Orchid #D185DD

Tints of Orchid #D185DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 37.12%
G = 23.62%
B = 39.25%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D185DD (or 0xD185DD) is known color: Orchid. HEX triplet: D1, 85 and DD. RGB value is (209,133,221). Sum of RGB (Red+Green+Blue) = 209+133+221=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #D185DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185DD is #2E7A22. Grayscale: #A5A5A5. Windows color (decimal): -3045923 or 14517713. OLE color: 14517713.

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

Color convert

RGB 209 133 221 -
CMYK 0.05 0.40 0 0.13
HSL 291.82º 0.56% 0.69% -
HSV(B) 291.82º 0.4% 0.87% -
XYZ 47.73 35.55 72.75 -
YUV 165.76 159.18 158.84 -
System Red Green Blue C M Y K H S L
Decimal 209 133 221 0.05 0.40 0 0.13 291.82 0.56 0.69
Hex D1 85 DD 5 28 0 D 124 38 45
Octal 321 205 335 5 50 0 15 444 70 105
Binary 11010001 10000101 11011101 101 101000 0 1101 100100100 111000 1000101

Color Harmonies of #D185DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D185DD

Black with #D185DD

Text Example


Text Example

White with #D185DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D185DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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