Html Css Color HEX #D172CE Orchid

📋 copy color: '#D172CE'

red 209 ◦ green 114 ◦ blue 206

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

Shades of Orchid #D172CE

Tints of Orchid #D172CE

RGB

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

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

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

R = 39.51%
G = 21.55%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D172CE (or 0xD172CE) is known color: Orchid. HEX triplet: D1, 72 and CE. RGB value is (209,114,206). Sum of RGB (Red+Green+Blue) = 209+114+206=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D172CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172CE is #2E8D31. Grayscale: #989898. Windows color (decimal): -3050802 or 13529809. OLE color: 13529809.

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

Color convert

RGB 209 114 206 -
CMYK 0 0.45 0.01 0.18
HSL 301.89º 0.51% 0.63% -
HSV(B) 301.89º 0.45% 0.82% -
XYZ 43.45 30.05 61.9 -
YUV 152.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 209 114 206 0 0.45 0.01 0.18 301.89 0.51 0.63
Hex D1 72 CE 0 2D 1 12 12E 33 3F
Octal 321 162 316 0 55 1 22 456 63 77
Binary 11010001 1110010 11001110 0 101101 1 10010 100101110 110011 111111

Color Harmonies of #D172CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172CE

Black with #D172CE

Text Example


Text Example

White with #D172CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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