Html Css Color HEX #D182CF Orchid

📋 copy color: '#D182CF'

red 209 ◦ green 130 ◦ blue 207

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

Shades of Orchid #D182CF

Tints of Orchid #D182CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.91%

R = 38.28%
G = 23.81%
B = 37.91%

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

#D182CF (or 0xD182CF) is known color: Orchid. HEX triplet: D1, 82 and CF. RGB value is (209,130,207). Sum of RGB (Red+Green+Blue) = 209+130+207=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D182CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182CF is #2E7D30. Grayscale: #A2A2A2. Windows color (decimal): -3046705 or 13599441. OLE color: 13599441.

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

Color convert

RGB 209 130 207 -
CMYK 0 0.38 0.01 0.18
HSL 301.52º 0.46% 0.66% -
HSV(B) 301.52º 0.38% 0.82% -
XYZ 45.54 34.03 63.2 -
YUV 162.4 153.17 161.24 -
System Red Green Blue C M Y K H S L
Decimal 209 130 207 0 0.38 0.01 0.18 301.52 0.46 0.66
Hex D1 82 CF 0 26 1 12 12E 2E 42
Octal 321 202 317 0 46 1 22 456 56 102
Binary 11010001 10000010 11001111 0 100110 1 10010 100101110 101110 1000010

Color Harmonies of #D182CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D182CF

Black with #D182CF

Text Example


Text Example

White with #D182CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D182CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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