Html Css Color HEX #D181C7 Orchid

📋 copy color: '#D181C7'

red 209 ◦ green 129 ◦ blue 199

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

Shades of Orchid #D181C7

Tints of Orchid #D181C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.06%

R = 38.92%
G = 24.02%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D181C7 (or 0xD181C7) is known color: Orchid. HEX triplet: D1, 81 and C7. RGB value is (209,129,199). Sum of RGB (Red+Green+Blue) = 209+129+199=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D181C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181C7 is #2E7E38. Grayscale: #A0A0A0. Windows color (decimal): -3046969 or 13074897. OLE color: 13074897.

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

Color convert

RGB 209 129 199 -
CMYK 0 0.38 0.05 0.18
HSL 307.5º 0.47% 0.66% -
HSV(B) 307.5º 0.38% 0.82% -
XYZ 44.45 33.38 58.13 -
YUV 160.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 209 129 199 0 0.38 0.05 0.18 307.5 0.47 0.66
Hex D1 81 C7 0 26 5 12 134 2F 42
Octal 321 201 307 0 46 5 22 464 57 102
Binary 11010001 10000001 11000111 0 100110 101 10010 100110100 101111 1000010

Color Harmonies of #D181C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D181C7

Black with #D181C7

Text Example


Text Example

White with #D181C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D181C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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