Html Css Color HEX #D172CA Orchid

📋 copy color: '#D172CA'

red 209 ◦ green 114 ◦ blue 202

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

Shades of Orchid #D172CA

Tints of Orchid #D172CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.48%

R = 39.81%
G = 21.71%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D172CA (or 0xD172CA) is known color: Orchid. HEX triplet: D1, 72 and CA. RGB value is (209,114,202). Sum of RGB (Red+Green+Blue) = 209+114+202=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D172CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172CA is #2E8D35. Grayscale: #989898. Windows color (decimal): -3050806 or 13267665. OLE color: 13267665.

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

Color convert

RGB 209 114 202 -
CMYK 0 0.45 0.03 0.18
HSL 304.42º 0.51% 0.63% -
HSV(B) 304.42º 0.45% 0.82% -
XYZ 42.97 29.85 59.37 -
YUV 152.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 209 114 202 0 0.45 0.03 0.18 304.42 0.51 0.63
Hex D1 72 CA 0 2D 3 12 130 33 3F
Octal 321 162 312 0 55 3 22 460 63 77
Binary 11010001 1110010 11001010 0 101101 11 10010 100110000 110011 111111

Color Harmonies of #D172CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172CA

Black with #D172CA

Text Example


Text Example

White with #D172CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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