#D361DC

Color #D361DC Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D361DC

Tints of Orchid #D361DC

Color information

#D361DC (or 0xD361DC) is unknown color: approx Orchid. HEX triplet: D3, 61 and DC. RGB value is (211,97,220). Sum of RGB (Red+Green+Blue) = 211+97+220=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #D361DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D361DC is #2C9E23. Grayscale: #909090. Windows color (decimal): -2924068 or 14442963. OLE color: 14442963.

HSL color Cylindrical-coordinate representation of color #D361DC: hue angle of 295.61º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D361DC is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21197220-
CMYK0.040.5600.14
HSL295.61º63.73%62.16%-
HSV(B)295.61º55.91%86.27%-
XYZ44.0627.5770.71-
YUV145.11170.27175-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.96%
GREEN value IS 97 (38.28% from 255) = 18.37%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=39.96%
G=18.37%
B=41.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal211972200.040.5600.14295.6163.7362.16
HexD361DC4380E128403e
Octal32314133447001645010076
Binary11010011110000111011100100111000011101001010001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D361DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D361DC; }

 p { color: rgb(211,97,220); }

 H1.HeaderClassName
 {
   color: #D361DC;
 }
 .AnyTagClassName
 {
   color: #D361DC;
 }
</style>
background-color css

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

 a { background-color: rgb(211,97,220); }

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

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

 span { border-color: rgb(211,97,220); }

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