Html Css Color HEX #D16CD5 Orchid

📋 copy color: '#D16CD5'

red 209 ◦ green 108 ◦ blue 213

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

Shades of Orchid #D16CD5

Tints of Orchid #D16CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.19%

R = 39.43%
G = 20.38%
B = 40.19%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D16CD5 (or 0xD16CD5) is known color: Orchid. HEX triplet: D1, 6C and D5. RGB value is (209,108,213). Sum of RGB (Red+Green+Blue) = 209+108+213=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #D16CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CD5 is #2E932A. Grayscale: #959595. Windows color (decimal): -3052331 or 13987025. OLE color: 13987025.

HSL color Cylindrical-coordinate representation of color #D16CD5: hue angle of 297.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16CD5 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 108 213 -
CMYK 0.02 0.49 0 0.16
HSL 297.71º 0.56% 0.63% -
HSV(B) 297.71º 0.49% 0.84% -
XYZ 43.67 29.08 66.26 -
YUV 150.17 163.46 169.96 -
System Red Green Blue C M Y K H S L
Decimal 209 108 213 0.02 0.49 0 0.16 297.71 0.56 0.63
Hex D1 6C D5 2 31 0 10 12A 38 3F
Octal 321 154 325 2 61 0 20 452 70 77
Binary 11010001 1101100 11010101 10 110001 0 10000 100101010 111000 111111

Color Harmonies of #D16CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16CD5

Black with #D16CD5

Text Example


Text Example

White with #D16CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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