Html Css Color HEX #D180DF Orchid

📋 copy color: '#D180DF'

red 209 ◦ green 128 ◦ blue 223

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

Shades of Orchid #D180DF

Tints of Orchid #D180DF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.86%

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

R = 37.32%
G = 22.86%
B = 39.82%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D180DF (or 0xD180DF) is known color: Orchid. HEX triplet: D1, 80 and DF. RGB value is (209,128,223). Sum of RGB (Red+Green+Blue) = 209+128+223=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #D180DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180DF is #2E7F20. Grayscale: #A2A2A2. Windows color (decimal): -3047201 or 14647505. OLE color: 14647505.

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

Color convert

RGB 209 128 223 -
CMYK 0.06 0.43 0 0.13
HSL 291.16º 0.6% 0.69% -
HSV(B) 291.16º 0.43% 0.87% -
XYZ 47.33 34.32 73.94 -
YUV 163.05 161.84 160.78 -
System Red Green Blue C M Y K H S L
Decimal 209 128 223 0.06 0.43 0 0.13 291.16 0.6 0.69
Hex D1 80 DF 6 2B 0 D 123 3C 45
Octal 321 200 337 6 53 0 15 443 74 105
Binary 11010001 10000000 11011111 110 101011 0 1101 100100011 111100 1000101

Color Harmonies of #D180DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D180DF

Black with #D180DF

Text Example


Text Example

White with #D180DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D180DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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