Html Css Color HEX #D17CCF Orchid

📋 copy color: '#D17CCF'

red 209 ◦ green 124 ◦ blue 207

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

Shades of Orchid #D17CCF

Tints of Orchid #D17CCF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.96%

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

R = 38.7%
G = 22.96%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D17CCF (or 0xD17CCF) is known color: Orchid. HEX triplet: D1, 7C and CF. RGB value is (209,124,207). Sum of RGB (Red+Green+Blue) = 209+124+207=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 209 - color contains mainly: red. Hex color #D17CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CCF is #2E8330. Grayscale: #9E9E9E. Windows color (decimal): -3048241 or 13597905. OLE color: 13597905.

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

Color convert

RGB 209 124 207 -
CMYK 0 0.41 0.01 0.18
HSL 301.41º 0.48% 0.65% -
HSV(B) 301.41º 0.41% 0.82% -
XYZ 44.76 32.48 62.94 -
YUV 158.88 155.16 163.75 -
System Red Green Blue C M Y K H S L
Decimal 209 124 207 0 0.41 0.01 0.18 301.41 0.48 0.65
Hex D1 7C CF 0 29 1 12 12D 30 41
Octal 321 174 317 0 51 1 22 455 60 101
Binary 11010001 1111100 11001111 0 101001 1 10010 100101101 110000 1000001

Color Harmonies of #D17CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17CCF

Black with #D17CCF

Text Example


Text Example

White with #D17CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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