Html Css Color HEX #D16CCF Orchid

📋 copy color: '#D16CCF'

red 209 ◦ green 108 ◦ blue 207

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

Shades of Orchid #D16CCF

Tints of Orchid #D16CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.5%

R = 39.89%
G = 20.61%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D16CCF (or 0xD16CCF) is known color: Orchid. HEX triplet: D1, 6C and CF. RGB value is (209,108,207). Sum of RGB (Red+Green+Blue) = 209+108+207=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D16CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CCF is #2E9330. Grayscale: #959595. Windows color (decimal): -3052337 or 13593809. OLE color: 13593809.

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

Color convert

RGB 209 108 207 -
CMYK 0 0.48 0.01 0.18
HSL 301.19º 0.52% 0.62% -
HSV(B) 301.19º 0.48% 0.82% -
XYZ 42.92 28.79 62.33 -
YUV 149.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 209 108 207 0 0.48 0.01 0.18 301.19 0.52 0.62
Hex D1 6C CF 0 30 1 12 12D 34 3E
Octal 321 154 317 0 60 1 22 455 64 76
Binary 11010001 1101100 11001111 0 110000 1 10010 100101101 110100 111110

Color Harmonies of #D16CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16CCF

Black with #D16CCF

Text Example


Text Example

White with #D16CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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