Html Css Color HEX #D16BCF Orchid

📋 copy color: '#D16BCF'

red 209 ◦ green 107 ◦ blue 207

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

Shades of Orchid #D16BCF

Tints of Orchid #D16BCF

RGB

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

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

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

R = 39.96%
G = 20.46%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D16BCF (or 0xD16BCF) is known color: Orchid. HEX triplet: D1, 6B and CF. RGB value is (209,107,207). Sum of RGB (Red+Green+Blue) = 209+107+207=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D16BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BCF is #2E9430. Grayscale: #949494. Windows color (decimal): -3052593 or 13593553. OLE color: 13593553.

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

Color convert

RGB 209 107 207 -
CMYK 0 0.49 0.01 0.18
HSL 301.18º 0.53% 0.62% -
HSV(B) 301.18º 0.49% 0.82% -
XYZ 42.81 28.58 62.29 -
YUV 148.9 160.79 170.87 -
System Red Green Blue C M Y K H S L
Decimal 209 107 207 0 0.49 0.01 0.18 301.18 0.53 0.62
Hex D1 6B CF 0 31 1 12 12D 35 3E
Octal 321 153 317 0 61 1 22 455 65 76
Binary 11010001 1101011 11001111 0 110001 1 10010 100101101 110101 111110

Color Harmonies of #D16BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16BCF

Black with #D16BCF

Text Example


Text Example

White with #D16BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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