Html Css Color HEX #D175DF Orchid

📋 copy color: '#D175DF'

red 209 ◦ green 117 ◦ blue 223

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

Shades of Orchid #D175DF

Tints of Orchid #D175DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 38.07%
G = 21.31%
B = 40.62%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D175DF (or 0xD175DF) is known color: Orchid. HEX triplet: D1, 75 and DF. RGB value is (209,117,223). Sum of RGB (Red+Green+Blue) = 209+117+223=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #D175DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175DF is #2E8A20. Grayscale: #9C9C9C. Windows color (decimal): -3050017 or 14644689. OLE color: 14644689.

HSL color Cylindrical-coordinate representation of color #D175DF: hue angle of 292.08º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D175DF is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 117 223 -
CMYK 0.06 0.48 0 0.13
HSL 292.08º 0.62% 0.67% -
HSV(B) 292.08º 0.48% 0.87% -
XYZ 45.98 31.61 73.49 -
YUV 156.59 165.48 165.38 -
System Red Green Blue C M Y K H S L
Decimal 209 117 223 0.06 0.48 0 0.13 292.08 0.62 0.67
Hex D1 75 DF 6 30 0 D 124 3E 43
Octal 321 165 337 6 60 0 15 444 76 103
Binary 11010001 1110101 11011111 110 110000 0 1101 100100100 111110 1000011

Color Harmonies of #D175DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D175DF

Black with #D175DF

Text Example


Text Example

White with #D175DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D175DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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