Html Css Color HEX #D174DC Orchid

📋 copy color: '#D174DC'

red 209 ◦ green 116 ◦ blue 220

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

Shades of Orchid #D174DC

Tints of Orchid #D174DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.28%

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 38.35%
G = 21.28%
B = 40.37%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D174DC (or 0xD174DC) is known color: Orchid. HEX triplet: D1, 74 and DC. RGB value is (209,116,220). Sum of RGB (Red+Green+Blue) = 209+116+220=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #D174DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174DC is #2E8B23. Grayscale: #9B9B9B. Windows color (decimal): -3050276 or 14447825. OLE color: 14447825.

HSL color Cylindrical-coordinate representation of color #D174DC: hue angle of 293.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D174DC is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 116 220 -
CMYK 0.05 0.47 0 0.14
HSL 293.65º 0.6% 0.66% -
HSV(B) 293.65º 0.47% 0.86% -
XYZ 45.46 31.21 71.34 -
YUV 155.66 164.31 166.04 -
System Red Green Blue C M Y K H S L
Decimal 209 116 220 0.05 0.47 0 0.14 293.65 0.6 0.66
Hex D1 74 DC 5 2F 0 E 126 3C 42
Octal 321 164 334 5 57 0 16 446 74 102
Binary 11010001 1110100 11011100 101 101111 0 1110 100100110 111100 1000010

Color Harmonies of #D174DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D174DC

Black with #D174DC

Text Example


Text Example

White with #D174DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D174DC; }

 p { color: rgb(209,116,220); }

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

background-color css

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

 a { background-color: rgb(209,116,220); }

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

border-color css

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

 span { border-color: rgb(209,116,220); }

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