Html Css Color HEX #D185C6 Orchid

📋 copy color: '#D185C6'

red 209 ◦ green 133 ◦ blue 198

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

Shades of Orchid #D185C6

Tints of Orchid #D185C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.67%

R = 38.7%
G = 24.63%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D185C6 (or 0xD185C6) is known color: Orchid. HEX triplet: D1, 85 and C6. RGB value is (209,133,198). Sum of RGB (Red+Green+Blue) = 209+133+198=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 209 - color contains mainly: red. Hex color #D185C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185C6 is #2E7A39. Grayscale: #A2A2A2. Windows color (decimal): -3045946 or 13010385. OLE color: 13010385.

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

Color convert

RGB 209 133 198 -
CMYK 0 0.36 0.05 0.18
HSL 308.68º 0.45% 0.67% -
HSV(B) 308.68º 0.36% 0.82% -
XYZ 44.88 34.41 57.7 -
YUV 163.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 209 133 198 0 0.36 0.05 0.18 308.68 0.45 0.67
Hex D1 85 C6 0 24 5 12 135 2D 43
Octal 321 205 306 0 44 5 22 465 55 103
Binary 11010001 10000101 11000110 0 100100 101 10010 100110101 101101 1000011

Color Harmonies of #D185C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D185C6

Black with #D185C6

Text Example


Text Example

White with #D185C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D185C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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