Html Css Color HEX #D172CB Orchid

📋 copy color: '#D172CB'

red 209 ◦ green 114 ◦ blue 203

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

Shades of Orchid #D172CB

Tints of Orchid #D172CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 39.73%
G = 21.67%
B = 38.59%

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

#D172CB (or 0xD172CB) is known color: Orchid. HEX triplet: D1, 72 and CB. RGB value is (209,114,203). Sum of RGB (Red+Green+Blue) = 209+114+203=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D172CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172CB is #2E8D34. Grayscale: #989898. Windows color (decimal): -3050805 or 13333201. OLE color: 13333201.

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

Color convert

RGB 209 114 203 -
CMYK 0 0.45 0.03 0.18
HSL 303.79º 0.51% 0.63% -
HSV(B) 303.79º 0.45% 0.82% -
XYZ 43.09 29.9 60 -
YUV 152.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 209 114 203 0 0.45 0.03 0.18 303.79 0.51 0.63
Hex D1 72 CB 0 2D 3 12 130 33 3F
Octal 321 162 313 0 55 3 22 460 63 77
Binary 11010001 1110010 11001011 0 101101 11 10010 100110000 110011 111111

Color Harmonies of #D172CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172CB

Black with #D172CB

Text Example


Text Example

White with #D172CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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