Html Css Color HEX #D16CDF Orchid

📋 copy color: '#D16CDF'

red 209 ◦ green 108 ◦ blue 223

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

Shades of Orchid #D16CDF

Tints of Orchid #D16CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 38.7%
G = 20%
B = 41.3%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D16CDF (or 0xD16CDF) is known color: Orchid. HEX triplet: D1, 6C and DF. RGB value is (209,108,223). Sum of RGB (Red+Green+Blue) = 209+108+223=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #D16CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CDF is #2E9320. Grayscale: #969696. Windows color (decimal): -3052321 or 14642385. OLE color: 14642385.

HSL color Cylindrical-coordinate representation of color #D16CDF: hue angle of 292.7º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16CDF is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 108 223 -
CMYK 0.06 0.52 0 0.13
HSL 292.7º 0.64% 0.65% -
HSV(B) 292.7º 0.52% 0.87% -
XYZ 44.98 29.61 73.16 -
YUV 151.31 168.46 169.15 -
System Red Green Blue C M Y K H S L
Decimal 209 108 223 0.06 0.52 0 0.13 292.7 0.64 0.65
Hex D1 6C DF 6 34 0 D 125 40 41
Octal 321 154 337 6 64 0 15 445 100 101
Binary 11010001 1101100 11011111 110 110100 0 1101 100100101 1000000 1000001

Color Harmonies of #D16CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16CDF

Black with #D16CDF

Text Example


Text Example

White with #D16CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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