Html Css Color HEX #D182CC Orchid

📋 copy color: '#D182CC'

red 209 ◦ green 130 ◦ blue 204

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

Shades of Orchid #D182CC

Tints of Orchid #D182CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.57%

R = 38.49%
G = 23.94%
B = 37.57%

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

#D182CC (or 0xD182CC) is known color: Orchid. HEX triplet: D1, 82 and CC. RGB value is (209,130,204). Sum of RGB (Red+Green+Blue) = 209+130+204=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D182CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182CC is #2E7D33. Grayscale: #A1A1A1. Windows color (decimal): -3046708 or 13402833. OLE color: 13402833.

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

Color convert

RGB 209 130 204 -
CMYK 0 0.38 0.02 0.18
HSL 303.8º 0.46% 0.66% -
HSV(B) 303.8º 0.38% 0.82% -
XYZ 45.18 33.88 61.29 -
YUV 162.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 209 130 204 0 0.38 0.02 0.18 303.8 0.46 0.66
Hex D1 82 CC 0 26 2 12 130 2E 42
Octal 321 202 314 0 46 2 22 460 56 102
Binary 11010001 10000010 11001100 0 100110 10 10010 100110000 101110 1000010

Color Harmonies of #D182CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D182CC

Black with #D182CC

Text Example


Text Example

White with #D182CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D182CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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