Html Css Color HEX #D171CE Orchid

📋 copy color: '#D171CE'

red 209 ◦ green 113 ◦ blue 206

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

Shades of Orchid #D171CE

Tints of Orchid #D171CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.4%

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

R = 39.58%
G = 21.4%
B = 39.02%

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

#D171CE (or 0xD171CE) is known color: Orchid. HEX triplet: D1, 71 and CE. RGB value is (209,113,206). Sum of RGB (Red+Green+Blue) = 209+113+206=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D171CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171CE is #2E8E31. Grayscale: #989898. Windows color (decimal): -3051058 or 13529553. OLE color: 13529553.

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

Color convert

RGB 209 113 206 -
CMYK 0 0.46 0.01 0.18
HSL 301.88º 0.51% 0.63% -
HSV(B) 301.88º 0.46% 0.82% -
XYZ 43.34 29.82 61.86 -
YUV 152.31 158.3 168.44 -
System Red Green Blue C M Y K H S L
Decimal 209 113 206 0 0.46 0.01 0.18 301.88 0.51 0.63
Hex D1 71 CE 0 2E 1 12 12E 33 3F
Octal 321 161 316 0 56 1 22 456 63 77
Binary 11010001 1110001 11001110 0 101110 1 10010 100101110 110011 111111

Color Harmonies of #D171CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D171CE

Black with #D171CE

Text Example


Text Example

White with #D171CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D171CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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