Html Css Color HEX #D175D6 Orchid

📋 copy color: '#D175D6'

red 209 ◦ green 117 ◦ blue 214

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

Shades of Orchid #D175D6

Tints of Orchid #D175D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.63%

R = 38.7%
G = 21.67%
B = 39.63%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D175D6 (or 0xD175D6) is known color: Orchid. HEX triplet: D1, 75 and D6. RGB value is (209,117,214). Sum of RGB (Red+Green+Blue) = 209+117+214=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 214 - color contains mainly: blue. Hex color #D175D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175D6 is #2E8A29. Grayscale: #9B9B9B. Windows color (decimal): -3050026 or 14054865. OLE color: 14054865.

HSL color Cylindrical-coordinate representation of color #D175D6: hue angle of 296.91º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D175D6 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 117 214 -
CMYK 0.02 0.45 0 0.16
HSL 296.91º 0.54% 0.65% -
HSV(B) 296.91º 0.45% 0.84% -
XYZ 44.79 31.13 67.27 -
YUV 155.57 160.98 166.11 -
System Red Green Blue C M Y K H S L
Decimal 209 117 214 0.02 0.45 0 0.16 296.91 0.54 0.65
Hex D1 75 D6 2 2D 0 10 129 36 41
Octal 321 165 326 2 55 0 20 451 66 101
Binary 11010001 1110101 11010110 10 101101 0 10000 100101001 110110 1000001

Color Harmonies of #D175D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D175D6

Black with #D175D6

Text Example


Text Example

White with #D175D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D175D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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