#D362CE

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

Shades of Orchid #D362CE

Tints of Orchid #D362CE

Color information

#D362CE (or 0xD362CE) is unknown color: approx Orchid. HEX triplet: D3, 62 and CE. RGB value is (211,98,206). Sum of RGB (Red+Green+Blue) = 211+98+206=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 211 - color contains mainly: red. Hex color #D362CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D362CE is #2C9D31. Grayscale: #8F8F8F. Windows color (decimal): -2923826 or 13525715. OLE color: 13525715.

HSL color Cylindrical-coordinate representation of color #D362CE: hue angle of 302.65º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D362CE is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB21198206-
CMYK00.540.020.17
HSL302.65º56.22%60.59%-
HSV(B)302.65º53.55%82.75%-
XYZ42.3727.0461.38-
YUV144.1162.94175.72-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.97%
GREEN value IS 98 (38.67% from 255) = 19.03%
BLUE value IS 206 (80.86% from 255) = 40%
R=40.97%
G=19.03%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119820600.540.020.17302.6556.2260.59
HexD362CE03621112f383d
Octal3231423160662214577075
Binary1101001111000101100111001101101010001100101111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D362CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D362CE; }

 p { color: rgb(211,98,206); }

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

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

 a { background-color: rgb(211,98,206); }

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

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

 span { border-color: rgb(211,98,206); }

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