#D360DB

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

Shades of Orchid #D360DB

Tints of Orchid #D360DB

Color information

#D360DB (or 0xD360DB) is unknown color: approx Orchid. HEX triplet: D3, 60 and DB. RGB value is (211,96,219). Sum of RGB (Red+Green+Blue) = 211+96+219=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #D360DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D360DB is #2C9F24. Grayscale: #909090. Windows color (decimal): -2924325 or 14377171. OLE color: 14377171.

HSL color Cylindrical-coordinate representation of color #D360DB: hue angle of 296.1º degrees, saturation: 0.63, 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 #D360DB is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21196219-
CMYK0.040.5600.14
HSL296.1º63.08%61.76%-
HSV(B)296.1º56.16%85.88%-
XYZ43.8327.3369.98-
YUV144.41170.1175.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.11%
GREEN value IS 96 (37.89% from 255) = 18.25%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=40.11%
G=18.25%
B=41.63%

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
Decimal211962190.040.5600.14296.163.0861.76
HexD360DB4380E1283f3e
Octal3231403334700164507776
Binary1101001111000001101101110011100001110100101000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D360DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D360DB; }

 p { color: rgb(211,96,219); }

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

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

 a { background-color: rgb(211,96,219); }

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

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

 span { border-color: rgb(211,96,219); }

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