Html Css Color HEX #D185CF Orchid

📋 copy color: '#D185CF'

red 209 ◦ green 133 ◦ blue 207

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

Shades of Orchid #D185CF

Tints of Orchid #D185CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.7%

R = 38.07%
G = 24.23%
B = 37.7%

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

#D185CF (or 0xD185CF) is known color: Orchid. HEX triplet: D1, 85 and CF. RGB value is (209,133,207). Sum of RGB (Red+Green+Blue) = 209+133+207=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D185CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185CF is #2E7A30. Grayscale: #A3A3A3. Windows color (decimal): -3045937 or 13600209. OLE color: 13600209.

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

Color convert

RGB 209 133 207 -
CMYK 0 0.36 0.01 0.18
HSL 301.58º 0.45% 0.67% -
HSV(B) 301.58º 0.36% 0.82% -
XYZ 45.94 34.84 63.33 -
YUV 164.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 209 133 207 0 0.36 0.01 0.18 301.58 0.45 0.67
Hex D1 85 CF 0 24 1 12 12E 2D 43
Octal 321 205 317 0 44 1 22 456 55 103
Binary 11010001 10000101 11001111 0 100100 1 10010 100101110 101101 1000011

Color Harmonies of #D185CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D185CF

Black with #D185CF

Text Example


Text Example

White with #D185CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D185CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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