Html Css Color HEX #D16CDE Orchid

📋 copy color: '#D16CDE'

red 209 ◦ green 108 ◦ blue 222

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

Shades of Orchid #D16CDE

Tints of Orchid #D16CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.04%

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

R = 38.78%
G = 20.04%
B = 41.19%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D16CDE (or 0xD16CDE) is known color: Orchid. HEX triplet: D1, 6C and DE. RGB value is (209,108,222). Sum of RGB (Red+Green+Blue) = 209+108+222=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #D16CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CDE is #2E9321. Grayscale: #969696. Windows color (decimal): -3052322 or 14576849. OLE color: 14576849.

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

Color convert

RGB 209 108 222 -
CMYK 0.06 0.51 0 0.13
HSL 293.16º 0.63% 0.65% -
HSV(B) 293.16º 0.51% 0.87% -
XYZ 44.84 29.55 72.45 -
YUV 151.2 167.96 169.23 -
System Red Green Blue C M Y K H S L
Decimal 209 108 222 0.06 0.51 0 0.13 293.16 0.63 0.65
Hex D1 6C DE 6 33 0 D 125 3F 41
Octal 321 154 336 6 63 0 15 445 77 101
Binary 11010001 1101100 11011110 110 110011 0 1101 100100101 111111 1000001

Color Harmonies of #D16CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16CDE

Black with #D16CDE

Text Example


Text Example

White with #D16CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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