Html Css Color HEX #D182DD Orchid

📋 copy color: '#D182DD'

red 209 ◦ green 130 ◦ blue 221

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

Shades of Orchid #D182DD

Tints of Orchid #D182DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 37.32%
G = 23.21%
B = 39.46%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D182DD (or 0xD182DD) is known color: Orchid. HEX triplet: D1, 82 and DD. RGB value is (209,130,221). Sum of RGB (Red+Green+Blue) = 209+130+221=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #D182DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182DD is #2E7D22. Grayscale: #A3A3A3. Windows color (decimal): -3046691 or 14516945. OLE color: 14516945.

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

Color convert

RGB 209 130 221 -
CMYK 0.05 0.41 0 0.13
HSL 292.09º 0.57% 0.69% -
HSV(B) 292.09º 0.41% 0.87% -
XYZ 47.33 34.74 72.62 -
YUV 164 160.17 160.1 -
System Red Green Blue C M Y K H S L
Decimal 209 130 221 0.05 0.41 0 0.13 292.09 0.57 0.69
Hex D1 82 DD 5 29 0 D 124 39 45
Octal 321 202 335 5 51 0 15 444 71 105
Binary 11010001 10000010 11011101 101 101001 0 1101 100100100 111001 1000101

Color Harmonies of #D182DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D182DD

Black with #D182DD

Text Example


Text Example

White with #D182DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D182DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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