Html Css Color HEX #D174C4 Orchid

📋 copy color: '#D174C4'

red 209 ◦ green 116 ◦ blue 196

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

Shades of Orchid #D174C4

Tints of Orchid #D174C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.62%

R = 40.12%
G = 22.26%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D174C4 (or 0xD174C4) is known color: Orchid. HEX triplet: D1, 74 and C4. RGB value is (209,116,196). Sum of RGB (Red+Green+Blue) = 209+116+196=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D174C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174C4 is #2E8B3B. Grayscale: #989898. Windows color (decimal): -3050300 or 12874961. OLE color: 12874961.

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

Color convert

RGB 209 116 196 -
CMYK 0 0.44 0.06 0.18
HSL 308.39º 0.5% 0.64% -
HSV(B) 308.39º 0.44% 0.82% -
XYZ 42.5 30.03 55.78 -
YUV 152.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 209 116 196 0 0.44 0.06 0.18 308.39 0.5 0.64
Hex D1 74 C4 0 2C 6 12 134 32 40
Octal 321 164 304 0 54 6 22 464 62 100
Binary 11010001 1110100 11000100 0 101100 110 10010 100110100 110010 1000000

Color Harmonies of #D174C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D174C4

Black with #D174C4

Text Example


Text Example

White with #D174C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D174C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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