Html Css Color HEX #D16CD0 Orchid

📋 copy color: '#D16CD0'

red 209 ◦ green 108 ◦ blue 208

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

Shades of Orchid #D16CD0

Tints of Orchid #D16CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.62%

R = 39.81%
G = 20.57%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D16CD0 (or 0xD16CD0) is known color: Orchid. HEX triplet: D1, 6C and D0. RGB value is (209,108,208). Sum of RGB (Red+Green+Blue) = 209+108+208=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D16CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CD0 is #2E932F. Grayscale: #959595. Windows color (decimal): -3052336 or 13659345. OLE color: 13659345.

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

Color convert

RGB 209 108 208 -
CMYK 0 0.48 0.00 0.18
HSL 300.59º 0.52% 0.62% -
HSV(B) 300.59º 0.48% 0.82% -
XYZ 43.04 28.83 62.97 -
YUV 149.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 209 108 208 0 0.48 0.00 0.18 300.59 0.52 0.62
Hex D1 6C D0 0 30 0 12 12D 34 3E
Octal 321 154 320 0 60 0 22 455 64 76
Binary 11010001 1101100 11010000 0 110000 0 10010 100101101 110100 111110

Color Harmonies of #D16CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16CD0

Black with #D16CD0

Text Example


Text Example

White with #D16CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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