Html Css Color HEX #D182CA Orchid

📋 copy color: '#D182CA'

red 209 ◦ green 130 ◦ blue 202

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

Shades of Orchid #D182CA

Tints of Orchid #D182CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.34%

R = 38.63%
G = 24.03%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D182CA (or 0xD182CA) is known color: Orchid. HEX triplet: D1, 82 and CA. RGB value is (209,130,202). Sum of RGB (Red+Green+Blue) = 209+130+202=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D182CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182CA is #2E7D35. Grayscale: #A1A1A1. Windows color (decimal): -3046710 or 13271761. OLE color: 13271761.

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

Color convert

RGB 209 130 202 -
CMYK 0 0.38 0.03 0.18
HSL 305.32º 0.46% 0.66% -
HSV(B) 305.32º 0.38% 0.82% -
XYZ 44.94 33.78 60.03 -
YUV 161.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 209 130 202 0 0.38 0.03 0.18 305.32 0.46 0.66
Hex D1 82 CA 0 26 3 12 131 2E 42
Octal 321 202 312 0 46 3 22 461 56 102
Binary 11010001 10000010 11001010 0 100110 11 10010 100110001 101110 1000010

Color Harmonies of #D182CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D182CA

Black with #D182CA

Text Example


Text Example

White with #D182CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D182CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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