#D363E0

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

Shades of Orchid #D363E0

Tints of Orchid #D363E0

Color information

#D363E0 (or 0xD363E0) is unknown color: approx Orchid. HEX triplet: D3, 63 and E0. RGB value is (211,99,224). Sum of RGB (Red+Green+Blue) = 211+99+224=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #D363E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D363E0 is #2C9C1F. Grayscale: #929292. Windows color (decimal): -2923552 or 14705619. OLE color: 14705619.

HSL color Cylindrical-coordinate representation of color #D363E0: hue angle of 293.76º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D363E0 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21199224-
CMYK0.060.5600.12
HSL293.76º66.84%63.33%-
HSV(B)293.76º55.8%87.84%-
XYZ44.7828.1573.6-
YUV146.74171.61173.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.51%
GREEN value IS 99 (39.06% from 255) = 18.54%
BLUE value IS 224 (87.89% from 255) = 41.95%
R=39.51%
G=18.54%
B=41.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal211992240.060.5600.12293.7666.8463.33
HexD363E06380C126433f
Octal32314334067001444610377
Binary11010011110001111100000110111000011001001001101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D363E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D363E0; }

 p { color: rgb(211,99,224); }

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

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

 a { background-color: rgb(211,99,224); }

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

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

 span { border-color: rgb(211,99,224); }

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