Html Css Color HEX #D181DA Orchid

📋 copy color: '#D181DA'

red 209 ◦ green 129 ◦ blue 218

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

Shades of Orchid #D181DA

Tints of Orchid #D181DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.21%

R = 37.59%
G = 23.2%
B = 39.21%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D181DA (or 0xD181DA) is known color: Orchid. HEX triplet: D1, 81 and DA. RGB value is (209,129,218). Sum of RGB (Red+Green+Blue) = 209+129+218=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #D181DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181DA is #2E7E25. Grayscale: #A2A2A2. Windows color (decimal): -3046950 or 14320081. OLE color: 14320081.

HSL color Cylindrical-coordinate representation of color #D181DA: hue angle of 293.93º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D181DA is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 129 218 -
CMYK 0.04 0.41 0 0.15
HSL 293.93º 0.55% 0.68% -
HSV(B) 293.93º 0.41% 0.85% -
XYZ 46.8 34.32 70.49 -
YUV 163.07 159 160.76 -
System Red Green Blue C M Y K H S L
Decimal 209 129 218 0.04 0.41 0 0.15 293.93 0.55 0.68
Hex D1 81 DA 4 29 0 F 126 37 44
Octal 321 201 332 4 51 0 17 446 67 104
Binary 11010001 10000001 11011010 100 101001 0 1111 100100110 110111 1000100

Color Harmonies of #D181DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D181DA

Black with #D181DA

Text Example


Text Example

White with #D181DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D181DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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