Html Css Color HEX #D16FCE Orchid

📋 copy color: '#D16FCE'

red 209 ◦ green 111 ◦ blue 206

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

Shades of Orchid #D16FCE

Tints of Orchid #D16FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.1%

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 39.73%
G = 21.1%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D16FCE (or 0xD16FCE) is known color: Orchid. HEX triplet: D1, 6F and CE. RGB value is (209,111,206). Sum of RGB (Red+Green+Blue) = 209+111+206=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D16FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FCE is #2E9031. Grayscale: #969696. Windows color (decimal): -3051570 or 13529041. OLE color: 13529041.

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

Color convert

RGB 209 111 206 -
CMYK 0 0.47 0.01 0.18
HSL 301.84º 0.52% 0.63% -
HSV(B) 301.84º 0.47% 0.82% -
XYZ 43.12 29.38 61.79 -
YUV 151.13 158.97 169.28 -
System Red Green Blue C M Y K H S L
Decimal 209 111 206 0 0.47 0.01 0.18 301.84 0.52 0.63
Hex D1 6F CE 0 2F 1 12 12E 34 3F
Octal 321 157 316 0 57 1 22 456 64 77
Binary 11010001 1101111 11001110 0 101111 1 10010 100101110 110100 111111

Color Harmonies of #D16FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16FCE

Black with #D16FCE

Text Example


Text Example

White with #D16FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16FCE; }

 p { color: rgb(209,111,206); }

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

background-color css

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

 a { background-color: rgb(209,111,206); }

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

border-color css

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

 span { border-color: rgb(209,111,206); }

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