Html Css Color HEX #D170C0 Orchid

📋 copy color: '#D170C0'

red 209 ◦ green 112 ◦ blue 192

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

Shades of Orchid #D170C0

Tints of Orchid #D170C0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.83%

 BLUE value IS 192 (75.39% from 255) = 37.43%

R = 40.74%
G = 21.83%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D170C0 (or 0xD170C0) is known color: Orchid. HEX triplet: D1, 70 and C0. RGB value is (209,112,192). Sum of RGB (Red+Green+Blue) = 209+112+192=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D170C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170C0 is #2E8F3F. Grayscale: #959595. Windows color (decimal): -3051328 or 12611793. OLE color: 12611793.

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

Color convert

RGB 209 112 192 -
CMYK 0 0.46 0.08 0.18
HSL 310.52º 0.51% 0.63% -
HSV(B) 310.52º 0.46% 0.82% -
XYZ 41.6 28.95 53.26 -
YUV 150.12 151.64 170 -
System Red Green Blue C M Y K H S L
Decimal 209 112 192 0 0.46 0.08 0.18 310.52 0.51 0.63
Hex D1 70 C0 0 2E 8 12 137 33 3F
Octal 321 160 300 0 56 10 22 467 63 77
Binary 11010001 1110000 11000000 0 101110 1000 10010 100110111 110011 111111

Color Harmonies of #D170C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D170C0

Black with #D170C0

Text Example


Text Example

White with #D170C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D170C0; }

 p { color: rgb(209,112,192); }

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

background-color css

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

 a { background-color: rgb(209,112,192); }

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

border-color css

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

 span { border-color: rgb(209,112,192); }

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