Html Css Color HEX #D182DF Orchid

📋 copy color: '#D182DF'

red 209 ◦ green 130 ◦ blue 223

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

Shades of Orchid #D182DF

Tints of Orchid #D182DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 37.19%
G = 23.13%
B = 39.68%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D182DF (or 0xD182DF) is known color: Orchid. HEX triplet: D1, 82 and DF. RGB value is (209,130,223). Sum of RGB (Red+Green+Blue) = 209+130+223=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #D182DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182DF is #2E7D20. Grayscale: #A3A3A3. Windows color (decimal): -3046689 or 14648017. OLE color: 14648017.

HSL color Cylindrical-coordinate representation of color #D182DF: hue angle of 290.97º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D182DF is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 130 223 -
CMYK 0.06 0.42 0 0.13
HSL 290.97º 0.59% 0.69% -
HSV(B) 290.97º 0.42% 0.87% -
XYZ 47.6 34.85 74.03 -
YUV 164.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 209 130 223 0.06 0.42 0 0.13 290.97 0.59 0.69
Hex D1 82 DF 6 2A 0 D 123 3B 45
Octal 321 202 337 6 52 0 15 443 73 105
Binary 11010001 10000010 11011111 110 101010 0 1101 100100011 111011 1000101

Color Harmonies of #D182DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D182DF

Black with #D182DF

Text Example


Text Example

White with #D182DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D182DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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