Html Css Color HEX #D174CE Orchid

📋 copy color: '#D174CE'

red 209 ◦ green 116 ◦ blue 206

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

Shades of Orchid #D174CE

Tints of Orchid #D174CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.85%

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

R = 39.36%
G = 21.85%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D174CE (or 0xD174CE) is known color: Orchid. HEX triplet: D1, 74 and CE. RGB value is (209,116,206). Sum of RGB (Red+Green+Blue) = 209+116+206=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D174CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174CE is #2E8B31. Grayscale: #999999. Windows color (decimal): -3050290 or 13530321. OLE color: 13530321.

HSL color Cylindrical-coordinate representation of color #D174CE: hue angle of 301.94º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D174CE is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 116 206 -
CMYK 0 0.44 0.01 0.18
HSL 301.94º 0.5% 0.64% -
HSV(B) 301.94º 0.44% 0.82% -
XYZ 43.68 30.5 61.98 -
YUV 154.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 209 116 206 0 0.44 0.01 0.18 301.94 0.5 0.64
Hex D1 74 CE 0 2C 1 12 12E 32 40
Octal 321 164 316 0 54 1 22 456 62 100
Binary 11010001 1110100 11001110 0 101100 1 10010 100101110 110010 1000000

Color Harmonies of #D174CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D174CE

Black with #D174CE

Text Example


Text Example

White with #D174CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D174CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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