Html Css Color HEX #D179CB Orchid

📋 copy color: '#D179CB'

red 209 ◦ green 121 ◦ blue 203

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

Shades of Orchid #D179CB

Tints of Orchid #D179CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 39.21%
G = 22.7%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D179CB (or 0xD179CB) is known color: Orchid. HEX triplet: D1, 79 and CB. RGB value is (209,121,203). Sum of RGB (Red+Green+Blue) = 209+121+203=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D179CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179CB is #2E8634. Grayscale: #9C9C9C. Windows color (decimal): -3049013 or 13334993. OLE color: 13334993.

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

Color convert

RGB 209 121 203 -
CMYK 0 0.42 0.03 0.18
HSL 304.09º 0.49% 0.65% -
HSV(B) 304.09º 0.42% 0.82% -
XYZ 43.91 31.54 60.27 -
YUV 156.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 209 121 203 0 0.42 0.03 0.18 304.09 0.49 0.65
Hex D1 79 CB 0 2A 3 12 130 31 41
Octal 321 171 313 0 52 3 22 460 61 101
Binary 11010001 1111001 11001011 0 101010 11 10010 100110000 110001 1000001

Color Harmonies of #D179CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D179CB

Black with #D179CB

Text Example


Text Example

White with #D179CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D179CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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