Html Css Color HEX #D175DC Orchid

📋 copy color: '#D175DC'

red 209 ◦ green 117 ◦ blue 220

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

Shades of Orchid #D175DC

Tints of Orchid #D175DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 38.28%
G = 21.43%
B = 40.29%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D175DC (or 0xD175DC) is known color: Orchid. HEX triplet: D1, 75 and DC. RGB value is (209,117,220). Sum of RGB (Red+Green+Blue) = 209+117+220=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #D175DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175DC is #2E8A23. Grayscale: #9B9B9B. Windows color (decimal): -3050020 or 14448081. OLE color: 14448081.

HSL color Cylindrical-coordinate representation of color #D175DC: hue angle of 293.59º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D175DC is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 117 220 -
CMYK 0.05 0.47 0 0.14
HSL 293.59º 0.6% 0.66% -
HSV(B) 293.59º 0.47% 0.86% -
XYZ 45.57 31.45 71.38 -
YUV 156.25 163.98 165.62 -
System Red Green Blue C M Y K H S L
Decimal 209 117 220 0.05 0.47 0 0.14 293.59 0.6 0.66
Hex D1 75 DC 5 2F 0 E 126 3C 42
Octal 321 165 334 5 57 0 16 446 74 102
Binary 11010001 1110101 11011100 101 101111 0 1110 100100110 111100 1000010

Color Harmonies of #D175DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D175DC

Black with #D175DC

Text Example


Text Example

White with #D175DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D175DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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