Html Css Color HEX #D170CE Orchid

📋 copy color: '#D170CE'

red 209 ◦ green 112 ◦ blue 206

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

Shades of Orchid #D170CE

Tints of Orchid #D170CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 39.66%
G = 21.25%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D170CE (or 0xD170CE) is known color: Orchid. HEX triplet: D1, 70 and CE. RGB value is (209,112,206). Sum of RGB (Red+Green+Blue) = 209+112+206=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D170CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170CE is #2E8F31. Grayscale: #979797. Windows color (decimal): -3051314 or 13529297. OLE color: 13529297.

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

Color convert

RGB 209 112 206 -
CMYK 0 0.46 0.01 0.18
HSL 301.86º 0.51% 0.63% -
HSV(B) 301.86º 0.46% 0.82% -
XYZ 43.23 29.6 61.83 -
YUV 151.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 209 112 206 0 0.46 0.01 0.18 301.86 0.51 0.63
Hex D1 70 CE 0 2E 1 12 12E 33 3F
Octal 321 160 316 0 56 1 22 456 63 77
Binary 11010001 1110000 11001110 0 101110 1 10010 100101110 110011 111111

Color Harmonies of #D170CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D170CE

Black with #D170CE

Text Example


Text Example

White with #D170CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D170CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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