Html Css Color HEX #D182DC Orchid

📋 copy color: '#D182DC'

red 209 ◦ green 130 ◦ blue 220

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

Shades of Orchid #D182DC

Tints of Orchid #D182DC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.26%

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 37.39%
G = 23.26%
B = 39.36%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D182DC (or 0xD182DC) is known color: Orchid. HEX triplet: D1, 82 and DC. RGB value is (209,130,220). Sum of RGB (Red+Green+Blue) = 209+130+220=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #D182DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182DC is #2E7D23. Grayscale: #A3A3A3. Windows color (decimal): -3046692 or 14451409. OLE color: 14451409.

HSL color Cylindrical-coordinate representation of color #D182DC: hue angle of 292.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D182DC is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 130 220 -
CMYK 0.05 0.41 0 0.14
HSL 292.67º 0.56% 0.69% -
HSV(B) 292.67º 0.41% 0.86% -
XYZ 47.2 34.69 71.92 -
YUV 163.88 159.67 160.18 -
System Red Green Blue C M Y K H S L
Decimal 209 130 220 0.05 0.41 0 0.14 292.67 0.56 0.69
Hex D1 82 DC 5 29 0 E 125 38 45
Octal 321 202 334 5 51 0 16 445 70 105
Binary 11010001 10000010 11011100 101 101001 0 1110 100100101 111000 1000101

Color Harmonies of #D182DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D182DC

Black with #D182DC

Text Example


Text Example

White with #D182DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D182DC; }

 p { color: rgb(209,130,220); }

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

background-color css

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

 a { background-color: rgb(209,130,220); }

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

border-color css

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

 span { border-color: rgb(209,130,220); }

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