Html Css Color HEX #D17DE6 Orchid

📋 copy color: '#D17DE6'

red 209 ◦ green 125 ◦ blue 230

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

Shades of Orchid #D17DE6

Tints of Orchid #D17DE6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.16%

 BLUE value IS 230 (90.23% from 255) = 40.78%

R = 37.06%
G = 22.16%
B = 40.78%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D17DE6 (or 0xD17DE6) is known color: Orchid. HEX triplet: D1, 7D and E6. RGB value is (209,125,230). Sum of RGB (Red+Green+Blue) = 209+125+230=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #D17DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17DE6 is #2E8219. Grayscale: #A1A1A1. Windows color (decimal): -3047962 or 15105489. OLE color: 15105489.

HSL color Cylindrical-coordinate representation of color #D17DE6: hue angle of 288º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D17DE6 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 125 230 -
CMYK 0.09 0.46 0 0.10
HSL 288º 0.68% 0.7% -
HSV(B) 288º 0.46% 0.9% -
XYZ 47.91 33.94 78.89 -
YUV 162.09 166.33 161.46 -
System Red Green Blue C M Y K H S L
Decimal 209 125 230 0.09 0.46 0 0.10 288 0.68 0.7
Hex D1 7D E6 9 2E 0 A 120 44 46
Octal 321 175 346 11 56 0 12 440 104 106
Binary 11010001 1111101 11100110 1001 101110 0 1010 100100000 1000100 1000110

Color Harmonies of #D17DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17DE6

Black with #D17DE6

Text Example


Text Example

White with #D17DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17DE6; }

 p { color: rgb(209,125,230); }

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

background-color css

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

 a { background-color: rgb(209,125,230); }

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

border-color css

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

 span { border-color: rgb(209,125,230); }

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