Html Css Color HEX #D16ACA Orchid

📋 copy color: '#D16ACA'

red 209 ◦ green 106 ◦ blue 202

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

Shades of Orchid #D16ACA

Tints of Orchid #D16ACA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.5%

 BLUE value IS 202 (79.3% from 255) = 39.07%

R = 40.43%
G = 20.5%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D16ACA (or 0xD16ACA) is known color: Orchid. HEX triplet: D1, 6A and CA. RGB value is (209,106,202). Sum of RGB (Red+Green+Blue) = 209+106+202=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D16ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ACA is #2E9535. Grayscale: #939393. Windows color (decimal): -3052854 or 13265617. OLE color: 13265617.

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

Color convert

RGB 209 106 202 -
CMYK 0 0.49 0.03 0.18
HSL 304.08º 0.53% 0.62% -
HSV(B) 304.08º 0.49% 0.82% -
XYZ 42.11 28.13 59.09 -
YUV 147.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 209 106 202 0 0.49 0.03 0.18 304.08 0.53 0.62
Hex D1 6A CA 0 31 3 12 130 35 3E
Octal 321 152 312 0 61 3 22 460 65 76
Binary 11010001 1101010 11001010 0 110001 11 10010 100110000 110101 111110

Color Harmonies of #D16ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16ACA

Black with #D16ACA

Text Example


Text Example

White with #D16ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16ACA; }

 p { color: rgb(209,106,202); }

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

background-color css

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

 a { background-color: rgb(209,106,202); }

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

border-color css

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

 span { border-color: rgb(209,106,202); }

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