Html Css Color HEX #D182C6 Orchid

📋 copy color: '#D182C6'

red 209 ◦ green 130 ◦ blue 198

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

Shades of Orchid #D182C6

Tints of Orchid #D182C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.87%

R = 38.92%
G = 24.21%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D182C6 (or 0xD182C6) is known color: Orchid. HEX triplet: D1, 82 and C6. RGB value is (209,130,198). Sum of RGB (Red+Green+Blue) = 209+130+198=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D182C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182C6 is #2E7D39. Grayscale: #A1A1A1. Windows color (decimal): -3046714 or 13009617. OLE color: 13009617.

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

Color convert

RGB 209 130 198 -
CMYK 0 0.38 0.05 0.18
HSL 308.35º 0.46% 0.66% -
HSV(B) 308.35º 0.38% 0.82% -
XYZ 44.47 33.6 57.57 -
YUV 161.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 209 130 198 0 0.38 0.05 0.18 308.35 0.46 0.66
Hex D1 82 C6 0 26 5 12 134 2E 42
Octal 321 202 306 0 46 5 22 464 56 102
Binary 11010001 10000010 11000110 0 100110 101 10010 100110100 101110 1000010

Color Harmonies of #D182C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D182C6

Black with #D182C6

Text Example


Text Example

White with #D182C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D182C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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