Html Css Color HEX #D172C9 Orchid

📋 copy color: '#D172C9'

red 209 ◦ green 114 ◦ blue 201

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

Shades of Orchid #D172C9

Tints of Orchid #D172C9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.76%

 BLUE value IS 201 (78.91% from 255) = 38.36%

R = 39.89%
G = 21.76%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D172C9 (or 0xD172C9) is known color: Orchid. HEX triplet: D1, 72 and C9. RGB value is (209,114,201). Sum of RGB (Red+Green+Blue) = 209+114+201=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D172C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172C9 is #2E8D36. Grayscale: #989898. Windows color (decimal): -3050807 or 13202129. OLE color: 13202129.

HSL color Cylindrical-coordinate representation of color #D172C9: hue angle of 305.05º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D172C9 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 114 201 -
CMYK 0 0.45 0.04 0.18
HSL 305.05º 0.51% 0.63% -
HSV(B) 305.05º 0.45% 0.82% -
XYZ 42.85 29.81 58.75 -
YUV 152.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 209 114 201 0 0.45 0.04 0.18 305.05 0.51 0.63
Hex D1 72 C9 0 2D 4 12 131 33 3F
Octal 321 162 311 0 55 4 22 461 63 77
Binary 11010001 1110010 11001001 0 101101 100 10010 100110001 110011 111111

Color Harmonies of #D172C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172C9

Black with #D172C9

Text Example


Text Example

White with #D172C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172C9; }

 p { color: rgb(209,114,201); }

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

background-color css

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

 a { background-color: rgb(209,114,201); }

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

border-color css

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

 span { border-color: rgb(209,114,201); }

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