Html Css Color HEX #D175CD Orchid

📋 copy color: '#D175CD'

red 209 ◦ green 117 ◦ blue 205

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

Shades of Orchid #D175CD

Tints of Orchid #D175CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.61%

R = 39.36%
G = 22.03%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D175CD (or 0xD175CD) is known color: Orchid. HEX triplet: D1, 75 and CD. RGB value is (209,117,205). Sum of RGB (Red+Green+Blue) = 209+117+205=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D175CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175CD is #2E8A32. Grayscale: #9A9A9A. Windows color (decimal): -3050035 or 13465041. OLE color: 13465041.

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

Color convert

RGB 209 117 205 -
CMYK 0 0.44 0.02 0.18
HSL 302.61º 0.5% 0.64% -
HSV(B) 302.61º 0.44% 0.82% -
XYZ 43.68 30.69 61.38 -
YUV 154.54 156.48 166.84 -
System Red Green Blue C M Y K H S L
Decimal 209 117 205 0 0.44 0.02 0.18 302.61 0.5 0.64
Hex D1 75 CD 0 2C 2 12 12F 32 40
Octal 321 165 315 0 54 2 22 457 62 100
Binary 11010001 1110101 11001101 0 101100 10 10010 100101111 110010 1000000

Color Harmonies of #D175CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D175CD

Black with #D175CD

Text Example


Text Example

White with #D175CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D175CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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