Html Css Color HEX #D17FCF Orchid

📋 copy color: '#D17FCF'

red 209 ◦ green 127 ◦ blue 207

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

Shades of Orchid #D17FCF

Tints of Orchid #D17FCF

RGB

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

 GREEN value IS 127 (50% from 255) = 23.39%

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

R = 38.49%
G = 23.39%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D17FCF (or 0xD17FCF) is known color: Orchid. HEX triplet: D1, 7F and CF. RGB value is (209,127,207). Sum of RGB (Red+Green+Blue) = 209+127+207=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FCF is #2E8030. Grayscale: #A0A0A0. Windows color (decimal): -3047473 or 13598673. OLE color: 13598673.

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

Color convert

RGB 209 127 207 -
CMYK 0 0.39 0.01 0.18
HSL 301.46º 0.47% 0.66% -
HSV(B) 301.46º 0.39% 0.82% -
XYZ 45.15 33.24 63.07 -
YUV 160.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 209 127 207 0 0.39 0.01 0.18 301.46 0.47 0.66
Hex D1 7F CF 0 27 1 12 12D 2F 42
Octal 321 177 317 0 47 1 22 455 57 102
Binary 11010001 1111111 11001111 0 100111 1 10010 100101101 101111 1000010

Color Harmonies of #D17FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17FCF

Black with #D17FCF

Text Example


Text Example

White with #D17FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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