Html Css Color HEX #D182CD Orchid

📋 copy color: '#D182CD'

red 209 ◦ green 130 ◦ blue 205

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

Shades of Orchid #D182CD

Tints of Orchid #D182CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.68%

R = 38.42%
G = 23.9%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D182CD (or 0xD182CD) is known color: Orchid. HEX triplet: D1, 82 and CD. RGB value is (209,130,205). Sum of RGB (Red+Green+Blue) = 209+130+205=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D182CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182CD is #2E7D32. Grayscale: #A1A1A1. Windows color (decimal): -3046707 or 13468369. OLE color: 13468369.

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

Color convert

RGB 209 130 205 -
CMYK 0 0.38 0.02 0.18
HSL 303.04º 0.46% 0.66% -
HSV(B) 303.04º 0.38% 0.82% -
XYZ 45.3 33.93 61.92 -
YUV 162.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 209 130 205 0 0.38 0.02 0.18 303.04 0.46 0.66
Hex D1 82 CD 0 26 2 12 12F 2E 42
Octal 321 202 315 0 46 2 22 457 56 102
Binary 11010001 10000010 11001101 0 100110 10 10010 100101111 101110 1000010

Color Harmonies of #D182CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D182CD

Black with #D182CD

Text Example


Text Example

White with #D182CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D182CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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