Html Css Color HEX #D182CE Orchid

📋 copy color: '#D182CE'

red 209 ◦ green 130 ◦ blue 206

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

Shades of Orchid #D182CE

Tints of Orchid #D182CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 38.35%
G = 23.85%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D182CE (or 0xD182CE) is known color: Orchid. HEX triplet: D1, 82 and CE. RGB value is (209,130,206). Sum of RGB (Red+Green+Blue) = 209+130+206=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D182CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182CE is #2E7D31. Grayscale: #A2A2A2. Windows color (decimal): -3046706 or 13533905. OLE color: 13533905.

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

Color convert

RGB 209 130 206 -
CMYK 0 0.38 0.01 0.18
HSL 302.28º 0.46% 0.66% -
HSV(B) 302.28º 0.38% 0.82% -
XYZ 45.42 33.98 62.56 -
YUV 162.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 209 130 206 0 0.38 0.01 0.18 302.28 0.46 0.66
Hex D1 82 CE 0 26 1 12 12E 2E 42
Octal 321 202 316 0 46 1 22 456 56 102
Binary 11010001 10000010 11001110 0 100110 1 10010 100101110 101110 1000010

Color Harmonies of #D182CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D182CE

Black with #D182CE

Text Example


Text Example

White with #D182CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D182CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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