Html Css Color HEX #D181D3 Orchid

📋 copy color: '#D181D3'

red 209 ◦ green 129 ◦ blue 211

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

Shades of Orchid #D181D3

Tints of Orchid #D181D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.43%

R = 38.07%
G = 23.5%
B = 38.43%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D181D3 (or 0xD181D3) is known color: Orchid. HEX triplet: D1, 81 and D3. RGB value is (209,129,211). Sum of RGB (Red+Green+Blue) = 209+129+211=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 211 - color contains mainly: blue. Hex color #D181D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181D3 is #2E7E2C. Grayscale: #A2A2A2. Windows color (decimal): -3046957 or 13861329. OLE color: 13861329.

HSL color Cylindrical-coordinate representation of color #D181D3: hue angle of 298.54º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D181D3 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 209 129 211 -
CMYK 0.01 0.39 0 0.17
HSL 298.54º 0.48% 0.67% -
HSV(B) 298.54º 0.39% 0.83% -
XYZ 45.9 33.96 65.76 -
YUV 162.27 155.5 161.33 -
System Red Green Blue C M Y K H S L
Decimal 209 129 211 0.01 0.39 0 0.17 298.54 0.48 0.67
Hex D1 81 D3 1 27 0 11 12B 30 43
Octal 321 201 323 1 47 0 21 453 60 103
Binary 11010001 10000001 11010011 1 100111 0 10001 100101011 110000 1000011

Color Harmonies of #D181D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D181D3

Black with #D181D3

Text Example


Text Example

White with #D181D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D181D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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