Html Css Color HEX #D175CF Orchid

📋 copy color: '#D175CF'

red 209 ◦ green 117 ◦ blue 207

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

Shades of Orchid #D175CF

Tints of Orchid #D175CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.84%

R = 39.21%
G = 21.95%
B = 38.84%

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

#D175CF (or 0xD175CF) is known color: Orchid. HEX triplet: D1, 75 and CF. RGB value is (209,117,207). Sum of RGB (Red+Green+Blue) = 209+117+207=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D175CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175CF is #2E8A30. Grayscale: #9A9A9A. Windows color (decimal): -3050033 or 13596113. OLE color: 13596113.

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

Color convert

RGB 209 117 207 -
CMYK 0 0.44 0.01 0.18
HSL 301.3º 0.5% 0.64% -
HSV(B) 301.3º 0.44% 0.82% -
XYZ 43.92 30.78 62.66 -
YUV 154.77 157.48 166.68 -
System Red Green Blue C M Y K H S L
Decimal 209 117 207 0 0.44 0.01 0.18 301.3 0.5 0.64
Hex D1 75 CF 0 2C 1 12 12D 32 40
Octal 321 165 317 0 54 1 22 455 62 100
Binary 11010001 1110101 11001111 0 101100 1 10010 100101101 110010 1000000

Color Harmonies of #D175CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D175CF

Black with #D175CF

Text Example


Text Example

White with #D175CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D175CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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