Html Css Color HEX #D175DD Orchid

📋 copy color: '#D175DD'

red 209 ◦ green 117 ◦ blue 221

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

Shades of Orchid #D175DD

Tints of Orchid #D175DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 38.21%
G = 21.39%
B = 40.4%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D175DD (or 0xD175DD) is known color: Orchid. HEX triplet: D1, 75 and DD. RGB value is (209,117,221). Sum of RGB (Red+Green+Blue) = 209+117+221=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #D175DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175DD is #2E8A22. Grayscale: #9C9C9C. Windows color (decimal): -3050019 or 14513617. OLE color: 14513617.

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

Color convert

RGB 209 117 221 -
CMYK 0.05 0.47 0 0.13
HSL 293.08º 0.6% 0.66% -
HSV(B) 293.08º 0.47% 0.87% -
XYZ 45.71 31.5 72.08 -
YUV 156.36 164.48 165.54 -
System Red Green Blue C M Y K H S L
Decimal 209 117 221 0.05 0.47 0 0.13 293.08 0.6 0.66
Hex D1 75 DD 5 2F 0 D 125 3C 42
Octal 321 165 335 5 57 0 15 445 74 102
Binary 11010001 1110101 11011101 101 101111 0 1101 100100101 111100 1000010

Color Harmonies of #D175DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D175DD

Black with #D175DD

Text Example


Text Example

White with #D175DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D175DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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