Html Css Color HEX #D175C4 Orchid

📋 copy color: '#D175C4'

red 209 ◦ green 117 ◦ blue 196

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

Shades of Orchid #D175C4

Tints of Orchid #D175C4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.41%

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

R = 40.04%
G = 22.41%
B = 37.55%

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

#D175C4 (or 0xD175C4) is known color: Orchid. HEX triplet: D1, 75 and C4. RGB value is (209,117,196). Sum of RGB (Red+Green+Blue) = 209+117+196=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D175C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175C4 is #2E8A3B. Grayscale: #999999. Windows color (decimal): -3050044 or 12875217. OLE color: 12875217.

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

Color convert

RGB 209 117 196 -
CMYK 0 0.44 0.06 0.18
HSL 308.48º 0.5% 0.64% -
HSV(B) 308.48º 0.44% 0.82% -
XYZ 42.62 30.26 55.82 -
YUV 153.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 209 117 196 0 0.44 0.06 0.18 308.48 0.5 0.64
Hex D1 75 C4 0 2C 6 12 134 32 40
Octal 321 165 304 0 54 6 22 464 62 100
Binary 11010001 1110101 11000100 0 101100 110 10010 100110100 110010 1000000

Color Harmonies of #D175C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D175C4

Black with #D175C4

Text Example


Text Example

White with #D175C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D175C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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