Html Css Color HEX #D16DE5 Orchid

📋 copy color: '#D16DE5'

red 209 ◦ green 109 ◦ blue 229

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

Shades of Orchid #D16DE5

Tints of Orchid #D16DE5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.93%

 BLUE value IS 229 (89.84% from 255) = 41.86%

R = 38.21%
G = 19.93%
B = 41.86%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D16DE5 (or 0xD16DE5) is known color: Orchid. HEX triplet: D1, 6D and E5. RGB value is (209,109,229). Sum of RGB (Red+Green+Blue) = 209+109+229=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #D16DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DE5 is #2E921A. Grayscale: #989898. Windows color (decimal): -3052059 or 15035857. OLE color: 15035857.

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

Color convert

RGB 209 109 229 -
CMYK 0.09 0.52 0 0.10
HSL 290º 0.7% 0.66% -
HSV(B) 290º 0.52% 0.9% -
XYZ 45.91 30.15 77.53 -
YUV 152.58 171.13 168.24 -
System Red Green Blue C M Y K H S L
Decimal 209 109 229 0.09 0.52 0 0.10 290 0.7 0.66
Hex D1 6D E5 9 34 0 A 122 46 42
Octal 321 155 345 11 64 0 12 442 106 102
Binary 11010001 1101101 11100101 1001 110100 0 1010 100100010 1000110 1000010

Color Harmonies of #D16DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16DE5

Black with #D16DE5

Text Example


Text Example

White with #D16DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16DE5; }

 p { color: rgb(209,109,229); }

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

background-color css

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

 a { background-color: rgb(209,109,229); }

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

border-color css

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

 span { border-color: rgb(209,109,229); }

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