Html Css Color HEX #D172DA Orchid

📋 copy color: '#D172DA'

red 209 ◦ green 114 ◦ blue 218

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

Shades of Orchid #D172DA

Tints of Orchid #D172DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 38.63%
G = 21.07%
B = 40.3%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D172DA (or 0xD172DA) is known color: Orchid. HEX triplet: D1, 72 and DA. RGB value is (209,114,218). Sum of RGB (Red+Green+Blue) = 209+114+218=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #D172DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172DA is #2E8D25. Grayscale: #999999. Windows color (decimal): -3050790 or 14316241. OLE color: 14316241.

HSL color Cylindrical-coordinate representation of color #D172DA: hue angle of 294.81º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D172DA is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 114 218 -
CMYK 0.04 0.48 0 0.15
HSL 294.81º 0.58% 0.65% -
HSV(B) 294.81º 0.48% 0.85% -
XYZ 44.97 30.65 69.88 -
YUV 154.26 163.97 167.04 -
System Red Green Blue C M Y K H S L
Decimal 209 114 218 0.04 0.48 0 0.15 294.81 0.58 0.65
Hex D1 72 DA 4 30 0 F 127 3A 41
Octal 321 162 332 4 60 0 17 447 72 101
Binary 11010001 1110010 11011010 100 110000 0 1111 100100111 111010 1000001

Color Harmonies of #D172DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172DA

Black with #D172DA

Text Example


Text Example

White with #D172DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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