Html Css Color HEX #D17ACF Orchid

📋 copy color: '#D17ACF'

red 209 ◦ green 122 ◦ blue 207

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

Shades of Orchid #D17ACF

Tints of Orchid #D17ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.68%

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 38.85%
G = 22.68%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D17ACF (or 0xD17ACF) is known color: Orchid. HEX triplet: D1, 7A and CF. RGB value is (209,122,207). Sum of RGB (Red+Green+Blue) = 209+122+207=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D17ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17ACF is #2E8530. Grayscale: #9D9D9D. Windows color (decimal): -3048753 or 13597393. OLE color: 13597393.

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

Color convert

RGB 209 122 207 -
CMYK 0 0.42 0.01 0.18
HSL 301.38º 0.49% 0.65% -
HSV(B) 301.38º 0.42% 0.82% -
XYZ 44.52 31.98 62.86 -
YUV 157.7 155.82 164.59 -
System Red Green Blue C M Y K H S L
Decimal 209 122 207 0 0.42 0.01 0.18 301.38 0.49 0.65
Hex D1 7A CF 0 2A 1 12 12D 31 41
Octal 321 172 317 0 52 1 22 455 61 101
Binary 11010001 1111010 11001111 0 101010 1 10010 100101101 110001 1000001

Color Harmonies of #D17ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17ACF

Black with #D17ACF

Text Example


Text Example

White with #D17ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17ACF; }

 p { color: rgb(209,122,207); }

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

background-color css

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

 a { background-color: rgb(209,122,207); }

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

border-color css

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

 span { border-color: rgb(209,122,207); }

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