Html Css Color HEX #D175CE Orchid

📋 copy color: '#D175CE'

red 209 ◦ green 117 ◦ blue 206

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

Shades of Orchid #D175CE

Tints of Orchid #D175CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 39.29%
G = 21.99%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D175CE (or 0xD175CE) is known color: Orchid. HEX triplet: D1, 75 and CE. RGB value is (209,117,206). Sum of RGB (Red+Green+Blue) = 209+117+206=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D175CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175CE is #2E8A31. Grayscale: #9A9A9A. Windows color (decimal): -3050034 or 13530577. OLE color: 13530577.

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

Color convert

RGB 209 117 206 -
CMYK 0 0.44 0.01 0.18
HSL 301.96º 0.5% 0.64% -
HSV(B) 301.96º 0.44% 0.82% -
XYZ 43.8 30.73 62.02 -
YUV 154.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 209 117 206 0 0.44 0.01 0.18 301.96 0.5 0.64
Hex D1 75 CE 0 2C 1 12 12E 32 40
Octal 321 165 316 0 54 1 22 456 62 100
Binary 11010001 1110101 11001110 0 101100 1 10010 100101110 110010 1000000

Color Harmonies of #D175CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D175CE

Black with #D175CE

Text Example


Text Example

White with #D175CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D175CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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