Html Css Color HEX #D17CDE Orchid

📋 copy color: '#D17CDE'

red 209 ◦ green 124 ◦ blue 222

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

Shades of Orchid #D17CDE

Tints of Orchid #D17CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40%

R = 37.66%
G = 22.34%
B = 40%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D17CDE (or 0xD17CDE) is known color: Orchid. HEX triplet: D1, 7C and DE. RGB value is (209,124,222). Sum of RGB (Red+Green+Blue) = 209+124+222=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #D17CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CDE is #2E8321. Grayscale: #A0A0A0. Windows color (decimal): -3048226 or 14580945. OLE color: 14580945.

HSL color Cylindrical-coordinate representation of color #D17CDE: hue angle of 292.04º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17CDE is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 124 222 -
CMYK 0.06 0.44 0 0.13
HSL 292.04º 0.6% 0.68% -
HSV(B) 292.04º 0.44% 0.87% -
XYZ 46.69 33.24 73.06 -
YUV 160.59 162.66 162.53 -
System Red Green Blue C M Y K H S L
Decimal 209 124 222 0.06 0.44 0 0.13 292.04 0.6 0.68
Hex D1 7C DE 6 2C 0 D 124 3C 44
Octal 321 174 336 6 54 0 15 444 74 104
Binary 11010001 1111100 11011110 110 101100 0 1101 100100100 111100 1000100

Color Harmonies of #D17CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17CDE

Black with #D17CDE

Text Example


Text Example

White with #D17CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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