Html Css Color HEX #D16BCC Orchid

📋 copy color: '#D16BCC'

red 209 ◦ green 107 ◦ blue 204

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

Shades of Orchid #D16BCC

Tints of Orchid #D16BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.58%

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 40.19%
G = 20.58%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D16BCC (or 0xD16BCC) is known color: Orchid. HEX triplet: D1, 6B and CC. RGB value is (209,107,204). Sum of RGB (Red+Green+Blue) = 209+107+204=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D16BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BCC is #2E9433. Grayscale: #949494. Windows color (decimal): -3052596 or 13396945. OLE color: 13396945.

HSL color Cylindrical-coordinate representation of color #D16BCC: hue angle of 302.94º 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 #D16BCC is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 107 204 -
CMYK 0 0.49 0.02 0.18
HSL 302.94º 0.53% 0.62% -
HSV(B) 302.94º 0.49% 0.82% -
XYZ 42.45 28.43 60.38 -
YUV 148.56 159.29 171.11 -
System Red Green Blue C M Y K H S L
Decimal 209 107 204 0 0.49 0.02 0.18 302.94 0.53 0.62
Hex D1 6B CC 0 31 2 12 12F 35 3E
Octal 321 153 314 0 61 2 22 457 65 76
Binary 11010001 1101011 11001100 0 110001 10 10010 100101111 110101 111110

Color Harmonies of #D16BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16BCC

Black with #D16BCC

Text Example


Text Example

White with #D16BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16BCC; }

 p { color: rgb(209,107,204); }

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

background-color css

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

 a { background-color: rgb(209,107,204); }

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

border-color css

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

 span { border-color: rgb(209,107,204); }

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