Html Css Color HEX #D179CC Orchid

📋 copy color: '#D179CC'

red 209 ◦ green 121 ◦ blue 204

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

Shades of Orchid #D179CC

Tints of Orchid #D179CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 39.14%
G = 22.66%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D179CC (or 0xD179CC) is known color: Orchid. HEX triplet: D1, 79 and CC. RGB value is (209,121,204). Sum of RGB (Red+Green+Blue) = 209+121+204=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D179CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179CC is #2E8633. Grayscale: #9C9C9C. Windows color (decimal): -3049012 or 13400529. OLE color: 13400529.

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

Color convert

RGB 209 121 204 -
CMYK 0 0.42 0.02 0.18
HSL 303.41º 0.49% 0.65% -
HSV(B) 303.41º 0.42% 0.82% -
XYZ 44.03 31.59 60.9 -
YUV 156.77 154.65 165.25 -
System Red Green Blue C M Y K H S L
Decimal 209 121 204 0 0.42 0.02 0.18 303.41 0.49 0.65
Hex D1 79 CC 0 2A 2 12 12F 31 41
Octal 321 171 314 0 52 2 22 457 61 101
Binary 11010001 1111001 11001100 0 101010 10 10010 100101111 110001 1000001

Color Harmonies of #D179CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D179CC

Black with #D179CC

Text Example


Text Example

White with #D179CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D179CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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