#D367DA

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

Shades of Orchid #D367DA

Tints of Orchid #D367DA

Color information

#D367DA (or 0xD367DA) is unknown color: approx Orchid. HEX triplet: D3, 67 and DA. RGB value is (211,103,218). Sum of RGB (Red+Green+Blue) = 211+103+218=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #D367DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D367DA is #2C9825. Grayscale: #949494. Windows color (decimal): -2922534 or 14313427. OLE color: 14313427.

HSL color Cylindrical-coordinate representation of color #D367DA: hue angle of 296.35º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D367DA is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB211103218-
CMYK0.030.5300.15
HSL296.35º60.85%62.94%-
HSV(B)296.35º52.75%85.49%-
XYZ44.3728.6169.51-
YUV148.4167.28172.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.66%
GREEN value IS 103 (40.62% from 255) = 19.36%
BLUE value IS 218 (85.55% from 255) = 40.98%
R=39.66%
G=19.36%
B=40.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111032180.030.5300.15296.3560.8562.94
HexD367DA3350F1283d3f
Octal3231473323650174507577
Binary110100111100111110110101111010101111100101000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D367DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D367DA; }

 p { color: rgb(211,103,218); }

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

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

 a { background-color: rgb(211,103,218); }

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

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

 span { border-color: rgb(211,103,218); }

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