Html Css Color HEX #D174B5 Orchid

📋 copy color: '#D174B5'

red 209 ◦ green 116 ◦ blue 181

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

Shades of Orchid #D174B5

Tints of Orchid #D174B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.77%

R = 41.3%
G = 22.92%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D174B5 (or 0xD174B5) is known color: Orchid. HEX triplet: D1, 74 and B5. RGB value is (209,116,181). Sum of RGB (Red+Green+Blue) = 209+116+181=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D174B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174B5 is #2E8B4A. Grayscale: #979797. Windows color (decimal): -3050315 or 11891921. OLE color: 11891921.

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

Color convert

RGB 209 116 181 -
CMYK 0 0.44 0.13 0.18
HSL 318.06º 0.5% 0.64% -
HSV(B) 318.06º 0.44% 0.82% -
XYZ 40.88 29.38 47.23 -
YUV 151.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 209 116 181 0 0.44 0.13 0.18 318.06 0.5 0.64
Hex D1 74 B5 0 2C D 12 13E 32 40
Octal 321 164 265 0 54 15 22 476 62 100
Binary 11010001 1110100 10110101 0 101100 1101 10010 100111110 110010 1000000

Color Harmonies of #D174B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D174B5

Black with #D174B5

Text Example


Text Example

White with #D174B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D174B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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