Html Css Color HEX #D177CC Orchid

📋 copy color: '#D177CC'

red 209 ◦ green 119 ◦ blue 204

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

Shades of Orchid #D177CC

Tints of Orchid #D177CC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.37%

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

R = 39.29%
G = 22.37%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D177CC (or 0xD177CC) is known color: Orchid. HEX triplet: D1, 77 and CC. RGB value is (209,119,204). Sum of RGB (Red+Green+Blue) = 209+119+204=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D177CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177CC is #2E8833. Grayscale: #9B9B9B. Windows color (decimal): -3049524 or 13400017. OLE color: 13400017.

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

Color convert

RGB 209 119 204 -
CMYK 0 0.43 0.02 0.18
HSL 303.33º 0.49% 0.64% -
HSV(B) 303.33º 0.43% 0.82% -
XYZ 43.79 31.11 60.82 -
YUV 155.6 155.32 166.09 -
System Red Green Blue C M Y K H S L
Decimal 209 119 204 0 0.43 0.02 0.18 303.33 0.49 0.64
Hex D1 77 CC 0 2B 2 12 12F 31 40
Octal 321 167 314 0 53 2 22 457 61 100
Binary 11010001 1110111 11001100 0 101011 10 10010 100101111 110001 1000000

Color Harmonies of #D177CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D177CC

Black with #D177CC

Text Example


Text Example

White with #D177CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D177CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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