Html Css Color HEX #D179CE Orchid

📋 copy color: '#D179CE'

red 209 ◦ green 121 ◦ blue 206

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

Shades of Orchid #D179CE

Tints of Orchid #D179CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.57%

 BLUE value IS 206 (80.86% from 255) = 38.43%

R = 38.99%
G = 22.57%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D179CE (or 0xD179CE) is known color: Orchid. HEX triplet: D1, 79 and CE. RGB value is (209,121,206). Sum of RGB (Red+Green+Blue) = 209+121+206=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D179CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179CE is #2E8631. Grayscale: #9C9C9C. Windows color (decimal): -3049010 or 13531601. OLE color: 13531601.

HSL color Cylindrical-coordinate representation of color #D179CE: hue angle of 302.05º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D179CE is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 121 206 -
CMYK 0 0.42 0.01 0.18
HSL 302.05º 0.49% 0.65% -
HSV(B) 302.05º 0.42% 0.82% -
XYZ 44.27 31.69 62.18 -
YUV 157 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 209 121 206 0 0.42 0.01 0.18 302.05 0.49 0.65
Hex D1 79 CE 0 2A 1 12 12E 31 41
Octal 321 171 316 0 52 1 22 456 61 101
Binary 11010001 1111001 11001110 0 101010 1 10010 100101110 110001 1000001

Color Harmonies of #D179CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D179CE

Black with #D179CE

Text Example


Text Example

White with #D179CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D179CE; }

 p { color: rgb(209,121,206); }

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

background-color css

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

 a { background-color: rgb(209,121,206); }

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

border-color css

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

 span { border-color: rgb(209,121,206); }

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