Html Css Color HEX #D181C9 Orchid

📋 copy color: '#D181C9'

red 209 ◦ green 129 ◦ blue 201

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

Shades of Orchid #D181C9

Tints of Orchid #D181C9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.93%

 BLUE value IS 201 (78.91% from 255) = 37.29%

R = 38.78%
G = 23.93%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D181C9 (or 0xD181C9) is known color: Orchid. HEX triplet: D1, 81 and C9. RGB value is (209,129,201). Sum of RGB (Red+Green+Blue) = 209+129+201=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D181C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181C9 is #2E7E36. Grayscale: #A0A0A0. Windows color (decimal): -3046967 or 13205969. OLE color: 13205969.

HSL color Cylindrical-coordinate representation of color #D181C9: hue angle of 306º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D181C9 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 129 201 -
CMYK 0 0.38 0.04 0.18
HSL 306º 0.47% 0.66% -
HSV(B) 306º 0.38% 0.82% -
XYZ 44.69 33.47 59.36 -
YUV 161.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 209 129 201 0 0.38 0.04 0.18 306 0.47 0.66
Hex D1 81 C9 0 26 4 12 132 2F 42
Octal 321 201 311 0 46 4 22 462 57 102
Binary 11010001 10000001 11001001 0 100110 100 10010 100110010 101111 1000010

Color Harmonies of #D181C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D181C9

Black with #D181C9

Text Example


Text Example

White with #D181C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D181C9; }

 p { color: rgb(209,129,201); }

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

background-color css

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

 a { background-color: rgb(209,129,201); }

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

border-color css

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

 span { border-color: rgb(209,129,201); }

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